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 ed7a838..ed442e4 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -8,5 +8,6 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_init_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_memfn_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_nolibc_impl.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_status_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)