annotate src/Makefile.am @ 42:d9ae11033b4b
stable-1-9
Add default config to firewall systems that send bounces to non-existant accounts.
Switch to Mercurial source control. Update spec file for fedora packaging.
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Fri, 21 Mar 2008 14:02:32 -0700 |
parents |
d76f9ff42487 |
children |
9e9f09cf411c |
rev |
line source |
5
|
1 sbin_PROGRAMS = syslog2iptables
|
1
|
2 syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \
|
5
|
3 includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h
|
1
|
4
|
|
5 # set the include path found by configure
|
|
6 INCLUDES= $(all_includes)
|
|
7
|
|
8 # the library search path.
|
7
|
9 syslog2iptables_LDFLAGS = $(all_libraries) -pthread
|
5
|
10
|
9
|
11 # default compile flags
|
|
12 syslog2iptables_CXXFLAGS = -pthread
|
|
13
|