diff options
author | midipix <writeonce@midipix.org> | 2024-02-18 07:43:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-18 07:43:54 +0000 |
commit | 42f2d77dc02f6d7cfca722e14f9f2070ba9a8493 (patch) | |
tree | b96454aba00f56b4f8e4af44d7d7f93713dde750 /project | |
parent | 4b56dee0873d57ed2a0891a4a2370d20d46845c3 (diff) | |
download | slibtool-42f2d77dc02f6d7cfca722e14f9f2070ba9a8493.tar.bz2 slibtool-42f2d77dc02f6d7cfca722e14f9f2070ba9a8493.tar.xz |
project: exclude the fallback slbt_archive_import_mri() from the build.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk index 1da17d9..af1e10c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -18,7 +18,6 @@ API_SRCS = \ src/driver/slbt_link_params.c \ src/driver/slbt_split_argv.c \ src/driver/slbt_version_info.c \ - src/fallback/slbt_archive_import_mri.c \ src/helper/slbt_archive_import.c \ src/helper/slbt_copy_file.c \ src/helper/slbt_dump_machine.c \ @@ -50,6 +49,9 @@ API_SRCS = \ src/skin/slbt_skin_install.c \ src/skin/slbt_skin_uninstall.c \ +FALLBACK_SRCS = \ + src/fallback/slbt_archive_import_mri.c \ + INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ src/internal/$(PACKAGE)_errinfo_impl.c \ |