comparison src/Makefile.am @ 44:9e9f09cf411c

Add fixes for Solaris from sm-archive.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 22 Mar 2008 10:58:24 -0700
parents d76f9ff42487
children 4eaee1fcffa7
comparison
equal deleted inserted replaced
43:f7e118192ee6 44:9e9f09cf411c
1 sbin_PROGRAMS = syslog2iptables 1 sbin_PROGRAMS = syslog2iptables
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 3 includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h daemon.h
4 EXTRA_DIST = daemon.c
4 5
5 # set the include path found by configure 6 # set the include path found by configure
6 INCLUDES= $(all_includes) 7 INCLUDES= $(all_includes)
7 8
8 # the library search path. 9 # the library search path.