Mercurial > syslog2iptables
annotate src/Makefile.am @ 3:8fe310e5cd44
initial coding
author | carl |
---|---|
date | Sun, 27 Nov 2005 21:12:01 -0800 |
parents | 551433a01cab |
children | 276c4edc8521 |
rev | line source |
---|---|
1 | 1 bin_PROGRAMS = syslog2iptables |
2 syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ | |
3 includes.h syslogconfig.cpp syslogconfig.h | |
4 | |
5 # set the include path found by configure | |
6 INCLUDES= $(all_includes) | |
7 | |
8 # the library search path. | |
9 syslog2iptables_LDFLAGS = $(all_libraries) |