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 7a77195..c9523bd 100644 --- a/project/common.mk +++ b/project/common.mk @@ -5,6 +5,7 @@ API_SRCS = \ src/driver/tbnf_unit_ctx.c \ src/output/tbnf_output_error.c \ src/skin/tbnf_skin_default.c \ + src/tokscan/tbnf_scan_token.c \ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ |