]> git.ipfire.org Git - thirdparty/suricata.git/commit
makefile: don't include the whole test/ directory
authorJason Ish <jason.ish@oisf.net>
Fri, 21 May 2021 17:06:47 +0000 (11:06 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 25 May 2021 08:47:45 +0000 (10:47 +0200)
commit70b21df75633253ac8318f229de2f521c14a6630
tree8e7e80cf75f4b6ec22b45ab5dd6dee3402db9386
parentaa8871a5bed5c7d2977f82a392e25e6fced98e8f
makefile: don't include the whole test/ directory

Including the whole directory results in .deps files ending up
in the distribution archive which shouldn't be there. Instead
we have to list all the test sources individually.
src/Makefile.am