From: Russ Combs Date: Wed, 8 Oct 2014 15:00:13 +0000 (-0400) Subject: make distcheck fixes (partial) X-Git-Tag: 3.0.0-233~1383^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c415b4c82474f85a3a1fffbb9e04d0ea73c72a6;p=thirdparty%2Fsnort3.git make distcheck fixes (partial) --- diff --git a/ChangeLog b/ChangeLog index 2d64039e8..371c3884d 100644 --- 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 diff --git a/lua/Makefile.am b/lua/Makefile.am index 0983eed0f..98b26d407 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -4,6 +4,5 @@ EXTRA_DIST = \ snort.lua \ snort_defaults.lua \ classification.lua \ -reference.lua \ -hosts.lua +reference.lua diff --git a/src/codecs/ip/Makefile.am b/src/codecs/ip/Makefile.am index 750438576..50104af93 100644 --- a/src/codecs/ip/Makefile.am +++ b/src/codecs/ip/Makefile.am @@ -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