summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-27 08:36:51 -0500
committermidipix <writeonce@midipix.org>2020-05-23 05:59:01 +0000
commit88751e9e5ee3726b8a6987aeaae04e956c2234f5 (patch)
tree1ba3549be38e7a9348ad5b48bb35869e3e733daa /project/headers.mk
parentfa6b3e3522edcd8c202669c5587f2b5c77ac150d (diff)
downloadtpax-88751e9e5ee3726b8a6987aeaae04e956c2234f5.tar.bz2
tpax-88751e9e5ee3726b8a6987aeaae04e956c2234f5.tar.xz
created lib-app skeleton (foss21.org lib-app model).
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index e7c0af7..2427d74 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,6 +1,12 @@
API_HEADERS = \
+ $(SOURCE_DIR)/include/$(PACKAGE)/tpax.h \
+ $(SOURCE_DIR)/include/$(PACKAGE)/tpax_api.h \
INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/argv/argv.h \
+ $(SOURCE_DIR)/src/internal/tpax_dprintf_impl.h \
+ $(SOURCE_DIR)/src/internal/tpax_driver_impl.h \
+ $(SOURCE_DIR)/src/internal/tpax_errinfo_impl.h \
+ $(SOURCE_DIR)/src/internal/tpax_readlink_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)