summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 9762424..33eef8d 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -7,6 +7,7 @@ API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/perk_structs.h
INTERNAL_HEADERS = \
+ $(PROJECT_DIR)/src/internal/argv/argv.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_impl.h
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)