From a51d1f7c461d567a5b3bce501b1b8b53a7975f0f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 27 Dec 2018 23:02:47 +0100 Subject: [PATCH] lua: add lua dir with example to make dist --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 90982cb928..d113795934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml.in \ classification.config threshold.config \ - reference.config $(SURICATA_UPDATE_DIR) + reference.config $(SURICATA_UPDATE_DIR) \ + lua SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \ $(SURICATA_UPDATE_DIR) -- 2.47.2