summaryrefslogtreecommitdiff
path: root/project/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 4b72987..204f473 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -1,7 +1,15 @@
API_SRCS = \
+ src/driver/tpax_amain.c \
+ src/driver/tpax_driver_ctx.c \
+ src/driver/tpax_unit_ctx.c \
+ src/output/tpax_output_error.c \
+ src/skin/tpax_skin_default.c \
INTERNAL_SRCS = \
+ src/internal/$(PACKAGE)_dprintf_impl.c \
+ src/internal/$(PACKAGE)_errinfo_impl.c \
APP_SRCS = \
+ src/tpax.c
COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)