diff options
author | midipix <writeonce@midipix.org> | 2019-10-28 03:45:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-28 03:45:34 +0000 |
commit | 564b3cebdb1c8fffd078822e1971b9cfc8b29f23 (patch) | |
tree | 9507fb552307372c7fcafdd455138c6c19d7eee0 /project | |
parent | f706466f0a2a67d893511a21a56f80af2d2b0973 (diff) | |
download | sltdl-564b3cebdb1c8fffd078822e1971b9cfc8b29f23.tar.bz2 sltdl-564b3cebdb1c8fffd078822e1971b9cfc8b29f23.tar.xz |
core: added lt_dlinit(), lt_dlexit() [global reference-counting].
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 | ||||
-rw-r--r-- | project/tree.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 4b72987..0c11081 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,4 +1,5 @@ API_SRCS = \ + src/core/lt_core.c \ INTERNAL_SRCS = \ diff --git a/project/tree.mk b/project/tree.mk index 20f0861..aa7580b 100644 --- a/project/tree.mk +++ b/project/tree.mk @@ -1,3 +1,4 @@ tree.tag: mkdir -p src + mkdir -p src/core touch tree.tag |