Make sure new rule and doc files are part of the dist.

remotes/origin/master-1.2.x
Victor Julien 14 years ago
parent 5886ef8249
commit 227d6e058c

@ -3,13 +3,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml \
doc/AUTHORS doc/GITGUIDE doc/INSTALL doc/NEWS \
doc/README doc/TODO doc/INSTALL.PF_RING \
doc/INSTALL.WINDOWS classification.config \
reference.config rules/decoder-events.rules \
rules/stream-events.rules
classification.config \
reference.config
if BUILD_LIBHTP
HTP_DIR = libhtp
endif
SUBDIRS = $(HTP_DIR) src qa
SUBDIRS = $(HTP_DIR) src qa rules doc

@ -1063,7 +1063,7 @@ AC_SUBST(CFLAGS)
AC_SUBST(LDFLAGS)
AC_SUBST(CPPFLAGS)
AC_OUTPUT(Makefile src/Makefile qa/Makefile qa/coccinelle/Makefile)
AC_OUTPUT(Makefile src/Makefile qa/Makefile qa/coccinelle/Makefile rules/Makefile doc/Makefile)
echo "
Suricata Configuration:

Loading…
Cancel
Save