Get make distcheck working

Hello,

Below is a patch that gets "make distcheck" working. Its against the
current code in git. The project version was set to 0.1 in configure,
I changed that to 0.8.1 just so its actually relevant. You might want
to set that to something else.

After checking this patch, I find that there are several source code
files in src/ that are not getting compiled:

-app-layer-detect.c
-app-layer-detect.h
-app-layer-http.c
-reputation.h

Are these new or abandoned? Anyways...here's the patch.

-Steve
remotes/origin/master-1.0.x
Steve Grubb 16 years ago committed by Victor Julien
parent b5529f7131
commit f853da7940

@ -1,5 +1,7 @@
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml \
doc/AUTHORS doc/GITGUIDE doc/INSTALL doc/NEWS \
doc/README doc/TODO
SUBDIRS = src

@ -3,7 +3,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(suricata, 0.1)
AM_INIT_AUTOMAKE(suricata, 0.8.1)
AC_LANG_C
AC_PROG_CC_C99

@ -1,3 +1,7 @@
noinst_HEADERS = action-globals.h app-layer-http.h \
app-layer-nbss.h debug.h decode-events.h \
flow-private.h queue.h source-nfq-prototypes.h \
suricata-common.h threadvars.h
bin_PROGRAMS = suricata
suricata_SOURCES = suricata.c suricata.h \
runmodes.c runmodes.h \

Loading…
Cancel
Save