diff options
Diffstat (limited to 'src/internal/slibtool_install_impl.h')
-rw-r--r-- | src/internal/slibtool_install_impl.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/internal/slibtool_install_impl.h b/src/internal/slibtool_install_impl.h new file mode 100644 index 0000000..e5741a7 --- /dev/null +++ b/src/internal/slibtool_install_impl.h @@ -0,0 +1,21 @@ +#ifndef SLIBTOOL_INSTALL_IMPL_H +#define SLIBTOOL_INSTALL_IMPL_H + +#include "argv/argv.h" + +extern const struct argv_option slbt_install_options[]; + +enum install_tags { + TAG_INSTALL_HELP, + TAG_INSTALL_COPY, + TAG_INSTALL_MKDIR, + TAG_INSTALL_TARGET_MKDIR, + TAG_INSTALL_STRIP, + TAG_INSTALL_PRESERVE, + TAG_INSTALL_USER, + TAG_INSTALL_GROUP, + TAG_INSTALL_MODE, + TAG_INSTALL_DSTDIR, +}; + +#endif |