]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
build: don't build the lib example by default
authorJason Ish <jason.ish@oisf.net>
Thu, 22 Feb 2024 17:50:11 +0000 (11:50 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 24 Feb 2024 07:41:05 +0000 (08:41 +0100)
Don't build the library example by default as it is not needed by most
users.

Makefile.am

index 8216526fda07db934d702afe5f71274fa31657c6..b60180de2aa162d51c369213798072c0430f4d39 100644 (file)
@@ -10,7 +10,8 @@ EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml.in \
             scripts/generate-images.sh \
             examples/plugins
 SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \
-          $(SURICATA_UPDATE_DIR) examples/lib/simple
+          $(SURICATA_UPDATE_DIR)
+DIST_SUBDIRS = $(SUBDIRS) examples/lib/simple
 
 CLEANFILES = stamp-h[0-9]*