diff options
author | midipix <writeonce@midipix.org> | 2024-07-13 05:03:48 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-07-14 20:18:46 +0000 |
commit | 5ea1d7cd4b630a91b4a72fb722a937a107d76fc0 (patch) | |
tree | 034f126157e388b09a615989d959d6ac39402824 /project/common.mk | |
parent | c1438ffaef9c2f9ae116ebc375db2cc1468c341c (diff) | |
download | tpax-5ea1d7cd4b630a91b4a72fb722a937a107d76fc0.tar.bz2 tpax-5ea1d7cd4b630a91b4a72fb722a937a107d76fc0.tar.xz |
driver: -s <replstr> support: implementation and integration.
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 = \ |