mirror of https://github.com/OISF/suricata
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. -Steveremotes/origin/master-1.0.x
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
|
||||
|
Loading…
Reference in New Issue