summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/headers.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 1b513e8..09d2d34 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -26,6 +26,7 @@ API_SRCS = \
src/skin/pe_skin_default.c \
INTERNAL_SRCS = \
+ src/internal/$(PACKAGE)_dprintf_impl.c \
src/internal/$(PACKAGE)_errinfo_impl.c \
APP_SRCS = \
diff --git a/project/headers.mk b/project/headers.mk
index ce4c411..f82d46c 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -8,6 +8,7 @@ API_HEADERS = \
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)_endian_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \