summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/headers.mk1
-rw-r--r--project/tree.mk1
3 files changed, 3 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 8fffae8..d8cda7b 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -1,4 +1,5 @@
API_SRCS = \
+ src/arbits/slbt_archive_meta.c \
src/driver/slbt_amain.c \
src/driver/slbt_driver_ctx.c \
src/helper/slbt_archive_import.c \
diff --git a/project/headers.mk b/project/headers.mk
index 0d22e4c..71b49aa 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,6 +1,7 @@
API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/slibtool.h \
$(PROJECT_DIR)/include/$(PACKAGE)/slibtool_api.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/slibtool_arbits.h \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \
diff --git a/project/tree.mk b/project/tree.mk
index 42564b8..9e5383f 100644
--- a/project/tree.mk
+++ b/project/tree.mk
@@ -1,5 +1,6 @@
tree.tag:
mkdir -p src
+ mkdir -p src/arbits
mkdir -p src/driver
mkdir -p src/helper
mkdir -p src/internal