summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-04-01 04:14:04 +0000
committermidipix <writeonce@midipix.org>2024-04-01 04:14:04 +0000
commit8056668eebf28eec3101cf567b63a0600e40f36d (patch)
treedbb23c361237f1cf6b884560b6b6e0d056e1da6b /src/internal
parent78607f18014baed2cae9bc1b133dbf2be54cc1e9 (diff)
downloadslibtool-8056668eebf28eec3101cf567b63a0600e40f36d.tar.bz2
slibtool-8056668eebf28eec3101cf567b63a0600e40f36d.tar.xz
driver: added -print-aux-dir and -print-m4-dir (for slibtool.m4 integration).
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 7cbea42..429cdc4 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -30,6 +30,8 @@ enum app_tags {
TAG_CONFIG,
TAG_MKVARS,
TAG_DUMPMACHINE,
+ TAG_PRINT_AUX_DIR,
+ TAG_PRINT_M4_DIR,
TAG_DEBUG,
TAG_DRY_RUN,
TAG_FEATURES,