diff options
author | midipix <writeonce@midipix.org> | 2024-04-01 04:14:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-04-01 04:14:04 +0000 |
commit | 8056668eebf28eec3101cf567b63a0600e40f36d (patch) | |
tree | dbb23c361237f1cf6b884560b6b6e0d056e1da6b /src/internal | |
parent | 78607f18014baed2cae9bc1b133dbf2be54cc1e9 (diff) | |
download | slibtool-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.h | 2 |
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, |