diff options
Diffstat (limited to 'project/common.mk')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 26e171c..03e35ee 100644 --- a/project/common.mk +++ b/project/common.mk @@ -12,6 +12,7 @@ API_SRCS = \ src/output/tpax_output_error.c \ src/skin/tpax_skin_default.c \ src/util/tpax_path_copy.c \ + src/util/tpax_path_replstr.c \ src/util/tpax_stat_compare.c \ INTERNAL_SRCS = \ |