summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index d137b03..585234b 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -3,5 +3,6 @@ API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/sltdl_api.h \
INTERNAL_HEADERS = \
+ $(SOURCE_DIR)/src/internal/sltdl_core.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)