summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
new file mode 100644
index 0000000..cddbaf1
--- /dev/null
+++ b/project/headers.mk
@@ -0,0 +1,8 @@
+API_HEADERS = \
+ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_api.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/ntcon_env.h
+
+INTERNAL_HEADERS =
+
+ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)