diff options
author | midipix <writeonce@midipix.org> | 2024-03-23 16:46:24 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-23 22:08:37 +0000 |
commit | af48d3eca38ff4116eea71b805311ce9ed4cf0ad (patch) | |
tree | 4227be2d254022674f1b8ca01233f6b6c9c286fb /src/internal | |
parent | bbc13d492947ef58bf7901e42e1fbed0a5ac1eda (diff) | |
download | slibtool-af48d3eca38ff4116eea71b805311ce9ed4cf0ad.tar.bz2 slibtool-af48d3eca38ff4116eea71b805311ce9ed4cf0ad.tar.xz |
slibtoolize: driver: added support for --copy, --force, and --install.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 458f74f..b726f32 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -105,6 +105,9 @@ enum app_tags { /* slibtoolize (stoolie) mode */ TAG_STLE_VERSION, TAG_STLE_HELP, + TAG_STLE_COPY, + TAG_STLE_FORCE, + TAG_STLE_INSTALL, }; struct slbt_split_vector { |