diff options
Diffstat (limited to 'project/headers.mk')
-rw-r--r-- | project/headers.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk new file mode 100644 index 0000000..1a210ff --- /dev/null +++ b/project/headers.mk @@ -0,0 +1,9 @@ +API_HEADERS = \ + $(PROJECT_DIR)/include/$(PACKAGE)/slibtool.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/slibtool_api.h \ + +INTERNAL_HEADERS = \ + $(PROJECT_DIR)/src/internal/argv/argv.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ + +ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) |