Mercurial > syslog2iptables
diff src/Makefile.am @ 76:c6c8a2102a3e
add more logging when blocked addresses move to higher scale values
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 15 Jul 2020 13:38:43 -0700 |
parents | d237bc6331ad |
children |
line wrap: on
line diff
--- a/src/Makefile.am Mon Dec 24 08:31:27 2018 -0800 +++ b/src/Makefile.am Wed Jul 15 13:38:43 2020 -0700 @@ -4,7 +4,7 @@ EXTRA_DIST = daemon.c # set the include path found by configure -INCLUDES= $(all_includes) +AM_CPPFLAGS = $(all_includes) # the library search path. syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)