]> git.ipfire.org Git - thirdparty/suricata.git/commit
make: install-headers: rust-bindings.h 12117/head
authorJason Ish <jason.ish@oisf.net>
Fri, 18 Oct 2024 14:46:42 +0000 (08:46 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Nov 2024 09:53:59 +0000 (10:53 +0100)
commit5d766df12b54a805cf1d7eef47d1c174a340ed5b
tree726a9fda56b07c79b2f822bd3e813275eb0c6de4
parent2ac16ee1a6cf4b5c2dbcd8e6ab970e0bd8085860
make: install-headers: rust-bindings.h

rust-bindings.h was not being installed with "make install-headers",
and its now pulled in by a header used for plugin support, so make
sure its installed.

We first attempt to install the "dist" version if exists, otherwise
install the "gen" one. Also install the "gen" even if the "dist" one
exists, as its going to be newer.
src/Makefile.am