diff options
author | midipix <writeonce@midipix.org> | 2018-08-13 12:37:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-13 19:26:24 -0400 |
commit | 0801fe615c2657fec3205626c7ae60a28db680fe (patch) | |
tree | f728805fc4960e38f3ad2219c56a63298ead46ff /project/common.mk | |
parent | 6333087b29192cf14498ce1891d68b9335897e68 (diff) | |
download | slibtool-0801fe615c2657fec3205626c7ae60a28db680fe.tar.bz2 slibtool-0801fe615c2657fec3205626c7ae60a28db680fe.tar.xz |
internals: -shared/-static heuristics: added slbt_get_lconf_flags().
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 9267415..e08e900 100644 --- a/project/common.mk +++ b/project/common.mk @@ -21,6 +21,7 @@ API_SRCS = \ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ src/internal/$(PACKAGE)_errinfo_impl.c \ + src/internal/$(PACKAGE)_lconf_impl.c \ src/internal/$(PACKAGE)_libmeta_impl.c \ src/internal/$(PACKAGE)_mapfile_impl.c \ src/internal/$(PACKAGE)_objmeta_impl.c \ |