diff options
Diffstat (limited to 'project/headers.mk')
-rw-r--r-- | project/headers.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 9d50ee3..c5ae8b6 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,5 +1,13 @@ API_HEADERS = \ + $(SOURCE_DIR)/include/$(PACKAGE)/treebnf.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/treebnf_api.h \ INTERNAL_HEADERS = \ + $(SOURCE_DIR)/src/internal/argv/argv.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_tmpfile_impl.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \ ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) |