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