diff options
author | midipix <writeonce@midipix.org> | 2024-01-06 09:15:26 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-01-22 03:49:50 +0000 |
commit | d4473b3be02d429a72347914a6fc7e5688ad98e5 (patch) | |
tree | 138d10289bb4f7b5dc42da466447807591ba1836 /project/headers.mk | |
parent | 8a9ab12c467fe48944272ae9bd073f90854b13f8 (diff) | |
download | slibtool-d4473b3be02d429a72347914a6fc7e5688ad98e5.tar.bz2 slibtool-d4473b3be02d429a72347914a6fc7e5688ad98e5.tar.xz |
slbt_get_archive_meta(): initial implementation.
Diffstat (limited to 'project/headers.mk')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |