view src/Makefile.am @ 46:4eaee1fcffa7 stable-1-10

more fixes for Solaris
author Carl Byington <carl@five-ten-sg.com>
date Sat, 22 Mar 2008 11:32:28 -0700
parents 9e9f09cf411c
children d237bc6331ad
line wrap: on
line source

sbin_PROGRAMS = syslog2iptables
syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \
		includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h daemon.h
EXTRA_DIST = daemon.c

# set the include path found by configure
INCLUDES= $(all_includes)

# the library search path.
syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
syslog2iptables_LDADD   = $(all_libraries)

# default compile flags
syslog2iptables_CXXFLAGS = $(PTHREAD_CFLAGS)