summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-08-13 12:37:34 +0000
committermidipix <writeonce@midipix.org>2018-08-13 19:26:24 -0400
commit0801fe615c2657fec3205626c7ae60a28db680fe (patch)
treef728805fc4960e38f3ad2219c56a63298ead46ff /project
parent6333087b29192cf14498ce1891d68b9335897e68 (diff)
downloadslibtool-0801fe615c2657fec3205626c7ae60a28db680fe.tar.bz2
slibtool-0801fe615c2657fec3205626c7ae60a28db680fe.tar.xz
internals: -shared/-static heuristics: added slbt_get_lconf_flags().
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/headers.mk1
2 files changed, 2 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 \
diff --git a/project/headers.mk b/project/headers.mk
index 2581965..62b6f52 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -8,6 +8,7 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_install_impl.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_lconf_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_mapfile_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_metafile_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_mkdir_impl.h \