build: don't build the lib example by default

Don't build the library example by default as it is not needed by most
users.
pull/10496/head
Jason Ish 2 years ago committed by Victor Julien
parent 5ed3f905ac
commit 089dd6e761

@ -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]*

Loading…
Cancel
Save