diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 06:13:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 06:17:19 +0000 |
commit | 279932401cb1e799f2e8bdae7eae47b788c3001d (patch) | |
tree | 19b4beceec3e7a96f1235dd06a3772f5f84d74e3 /project/headers.mk | |
parent | b7eee903624f0208c70bc1ea928dce965db8deba (diff) | |
download | slibtool-279932401cb1e799f2e8bdae7eae47b788c3001d.tar.bz2 slibtool-279932401cb1e799f2e8bdae7eae47b788c3001d.tar.xz |
internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function.
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 75a59b8..aad65cc 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -17,6 +17,7 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_metafile_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_mkdir_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_objlist_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_pecoff_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_readlink_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_realpath_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_snprintf_impl.h \ |