Mercurial > syslog2iptables
comparison 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 |
comparison
equal
deleted
inserted
replaced
75:ae5e6bcc5017 | 76:c6c8a2102a3e |
---|---|
2 syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ | 2 syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ |
3 includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h daemon.h | 3 includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h daemon.h |
4 EXTRA_DIST = daemon.c | 4 EXTRA_DIST = daemon.c |
5 | 5 |
6 # set the include path found by configure | 6 # set the include path found by configure |
7 INCLUDES= $(all_includes) | 7 AM_CPPFLAGS = $(all_includes) |
8 | 8 |
9 # the library search path. | 9 # the library search path. |
10 syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | 10 syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) |
11 syslog2iptables_LDADD = $(all_libraries) $(REGEXLIB) | 11 syslog2iptables_LDADD = $(all_libraries) $(REGEXLIB) |
12 | 12 |