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/headers.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/headers.mk')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |