summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_install_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-10 22:58:54 -0400
committermidipix <writeonce@midipix.org>2016-09-11 00:19:03 -0400
commitf8ac22f49c21f21e9d80d787c37e8772f9f77987 (patch)
tree3ac9eb078a414e3f18b5bce5199218d36474e07f /src/internal/slibtool_install_impl.h
parent819200628308694c4de3a90cb8b4ecdece1393e2 (diff)
downloadslibtool-f8ac22f49c21f21e9d80d787c37e8772f9f77987.tar.bz2
slibtool-f8ac22f49c21f21e9d80d787c37e8772f9f77987.tar.xz
install mode: support the -f (force copy) command line argument.
Diffstat (limited to 'src/internal/slibtool_install_impl.h')
-rw-r--r--src/internal/slibtool_install_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_install_impl.h b/src/internal/slibtool_install_impl.h
index e5741a7..86c7cfc 100644
--- a/src/internal/slibtool_install_impl.h
+++ b/src/internal/slibtool_install_impl.h
@@ -8,6 +8,7 @@ extern const struct argv_option slbt_install_options[];
enum install_tags {
TAG_INSTALL_HELP,
TAG_INSTALL_COPY,
+ TAG_INSTALL_FORCE,
TAG_INSTALL_MKDIR,
TAG_INSTALL_TARGET_MKDIR,
TAG_INSTALL_STRIP,