diff options
author | midipix <writeonce@midipix.org> | 2019-11-19 04:19:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-20 03:00:40 +0000 |
commit | 47891ed2b208b1edd88c7a119fc061e02fe575be (patch) | |
tree | 946d964ed12227b11717f13fdaa7589f8b419a12 /project | |
parent | c42bd5f05e744e0d863d0b10552d490377e06c63 (diff) | |
download | sltdl-47891ed2b208b1edd88c7a119fc061e02fe575be.tar.bz2 sltdl-47891ed2b208b1edd88c7a119fc061e02fe575be.tar.xz |
search path: lt_dl{add|insert|set|get}searchdir(): initial implementation.
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 = \ |