summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-11-28 05:08:48 -0500
committermidipix <writeonce@midipix.org>2015-11-28 05:30:31 -0500
commit52d60ddf8ef31cdfa2c014e24733cd9bf8333564 (patch)
tree22874d286222b389b3123a4665680b771e8c4765 /project/headers.mk
parent742443424b7fd3f972e72e6bc4e9ca39d344abcb (diff)
downloadntcon-52d60ddf8ef31cdfa2c014e24733cd9bf8333564.tar.bz2
ntcon-52d60ddf8ef31cdfa2c014e24733cd9bf8333564.tar.xz
initial commit.
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)