From d4473b3be02d429a72347914a6fc7e5688ad98e5 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 6 Jan 2024 09:15:26 +0000 Subject: slbt_get_archive_meta(): initial implementation. --- project/common.mk | 1 + project/headers.mk | 1 + project/tree.mk | 1 + 3 files changed, 3 insertions(+) (limited to 'project') 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 -- cgit v1.2.3