diff options
Diffstat (limited to 'project')
-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 0c11081..bd26578 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,5 +1,6 @@ API_SRCS = \ src/core/lt_core.c \ + src/core/lt_path.c \ INTERNAL_SRCS = \ |