summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-23 22:48:47 +0000
committermidipix <writeonce@midipix.org>2024-03-23 22:48:47 +0000
commit8fb92c8e591e827b57a43738a0aa9be9e003d8cd (patch)
tree12b1132b1cbb224d81cd85d40f1074c267b4893d /src/internal
parente6c34e06a12a0f8fd7deb17d8d4d2b050efbb673 (diff)
downloadslibtool-8fb92c8e591e827b57a43738a0aa9be9e003d8cd.tar.bz2
slibtool-8fb92c8e591e827b57a43738a0aa9be9e003d8cd.tar.xz
slibtoolize: driver: added support for --quiet, --silent, and -verbose.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/slibtool_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index bc9a44f..b35f375 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -110,6 +110,8 @@ enum app_tags {
TAG_STLE_INSTALL,
TAG_STLE_DEBUG,
TAG_STLE_DRY_RUN,
+ TAG_STLE_SILENT,
+ TAG_STLE_VERBOSE,
};
struct slbt_split_vector {