Mercurial > syslog2iptables
view 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 |
line wrap: on
line source
sbin_PROGRAMS = syslog2iptables syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h # set the include path found by configure INCLUDES= $(all_includes) # the library search path. syslog2iptables_LDFLAGS = $(all_libraries) -pthread # default compile flags syslog2iptables_CXXFLAGS = -pthread