]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
make distcheck fixes (partial)
authorRuss Combs <rucombs@cisco.com>
Wed, 8 Oct 2014 15:00:13 +0000 (11:00 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 8 Oct 2014 15:00:13 +0000 (11:00 -0400)
ChangeLog
lua/Makefile.am
src/codecs/ip/Makefile.am

index 2d64039e8fae32e7f20db3c4f060ee781e19dcac..371c3884d60fbc5ce7c6dbfb62c90e641d213de2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 -- fixed incorrect casting of ftp, ftp-data, and telnet flow data
 -- fixed reload_config()
 -- tweak error for x = { 1 } where x is a table not a list
+-- some make distcheck fixes (still broken)
 
 123
 -- refactored documentation
index 0983eed0ffd75e047309001487d949f8bdc8921a..98b26d4075bc8d319039f07acb091b1b1dd6a233 100644 (file)
@@ -4,6 +4,5 @@ EXTRA_DIST = \
 snort.lua \
 snort_defaults.lua \
 classification.lua \
-reference.lua \
-hosts.lua
+reference.lua
 
index 750438576c1063fdb59c06850a117395c691c692..50104af93c22a0735c79ea9549b3712d795ca728 100644 (file)
@@ -45,7 +45,7 @@ libcd_auth_la_SOURCES = cd_auth.cc ip_util.h ip_util.cc
 ehlib_LTLIBRARIES += libcd_esp.la
 libcd_esp_la_CXXFLAGS = $(AM_CXXFLAGS) -DBUILDING_SO
 libcd_esp_la_LDFLAGS = -export-dynamic -shared
-libcd_esp_la_SOURCES = cd_esp.cc ip_uti.h ip_util.cc
+libcd_esp_la_SOURCES = cd_esp.cc ip_util.h ip_util.cc
 
 ehlib_LTLIBRARIES += libcd_gre.la
 libcd_gre_la_CXXFLAGS = $(AM_CXXFLAGS) -DBUILDING_SO