diff options
author | midipix <writeonce@midipix.org> | 2016-05-20 22:06:32 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-20 22:20:07 -0400 |
commit | 70f645722337a041bf7f3c131646fafb9c7d21f1 (patch) | |
tree | 98d09605c7db807b2a079b362c38e38c326c3d02 /project | |
parent | 431c9953417ba4143087e25e0bf7c5863df8682f (diff) | |
download | slibtool-70f645722337a041bf7f3c131646fafb9c7d21f1.tar.bz2 slibtool-70f645722337a041bf7f3c131646fafb9c7d21f1.tar.xz |
compile mode: slbt_create_object_wrapper(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 | ||||
-rw-r--r-- | project/headers.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index f55726a..b00f745 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,4 +1,5 @@ COMMON_SRCS = \ + src/internal/slibtool_objmeta_impl.c \ src/internal/slibtool_symlink_impl.c \ src/driver/slbt_driver_ctx.c \ src/driver/slbt_unit_ctx.c \ diff --git a/project/headers.mk b/project/headers.mk index bca122f..eb78201 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -6,6 +6,7 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/argv/argv.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_install_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_metafile_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_mkdir_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_readlink_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_spawn_impl.h \ |