annotate src/Makefile.am @ 82:384532d596c0 default tip

Added tag stable-1-0-19 for changeset cc01f2caff37
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 Feb 2024 12:06:36 -0800
parents c6c8a2102a3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
276c4edc8521 initial coding
carl
parents: 1
diff changeset
1 sbin_PROGRAMS = syslog2iptables
1
551433a01cab initial coding
carl
parents:
diff changeset
2 syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \
44
9e9f09cf411c Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
3 includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h daemon.h
9e9f09cf411c Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents: 9
diff changeset
4 EXTRA_DIST = daemon.c
1
551433a01cab initial coding
carl
parents:
diff changeset
5
551433a01cab initial coding
carl
parents:
diff changeset
6 # set the include path found by configure
76
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
7 AM_CPPFLAGS = $(all_includes)
1
551433a01cab initial coding
carl
parents:
diff changeset
8
551433a01cab initial coding
carl
parents:
diff changeset
9 # the library search path.
46
4eaee1fcffa7 more fixes for Solaris
Carl Byington <carl@five-ten-sg.com>
parents: 44
diff changeset
10 syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
55
d237bc6331ad autoconf cleanup from libpst changes
Carl Byington <carl@five-ten-sg.com>
parents: 46
diff changeset
11 syslog2iptables_LDADD = $(all_libraries) $(REGEXLIB)
5
276c4edc8521 initial coding
carl
parents: 1
diff changeset
12
9
d76f9ff42487 initial coding
carl
parents: 7
diff changeset
13 # default compile flags
46
4eaee1fcffa7 more fixes for Solaris
Carl Byington <carl@five-ten-sg.com>
parents: 44
diff changeset
14 syslog2iptables_CXXFLAGS = $(PTHREAD_CFLAGS)
9
d76f9ff42487 initial coding
carl
parents: 7
diff changeset
15