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/common.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/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 b54df21..e588ce7 100644 --- a/project/common.mk +++ b/project/common.mk @@ -65,6 +65,7 @@ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_mapfile_impl.c \ src/internal/$(PACKAGE)_objlist_impl.c \ src/internal/$(PACKAGE)_objmeta_impl.c \ + src/internal/$(PACKAGE)_pecoff_impl.c \ src/internal/$(PACKAGE)_realpath_impl.c \ src/internal/$(PACKAGE)_snprintf_impl.c \ src/internal/$(PACKAGE)_symlink_impl.c \ |