]> git.ipfire.org Git - people/ms/suricata.git/commit - Makefile.am
install: makefile target to install libraries
authorJason Ish <jason.ish@oisf.net>
Thu, 11 Feb 2021 22:10:02 +0000 (16:10 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 16 Feb 2021 17:43:26 +0000 (11:43 -0600)
commitdbae17dbc04f87f8463b02e11d1361fb6b1d84dc
tree45da0a0c3818f1d21d49a8e4c449f30123c9acfb
parente227d97e5edd846d0ed794e6d68373ab9def4d0b
install: makefile target to install libraries

As we don't install the libraries by default, provide a make target,
"install-library" to install the libsuricata library files.

If shared library support exists, both the static and shared
libraries will be installed, otherwise only the static libraries
will be installed.
Makefile.am
configure.ac
rust/Makefile.am
src/Makefile.am