comparison 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
comparison
equal deleted inserted replaced
45:4fd5f0d51144 46:4eaee1fcffa7
5 5
6 # set the include path found by configure 6 # set the include path found by configure
7 INCLUDES= $(all_includes) 7 INCLUDES= $(all_includes)
8 8
9 # the library search path. 9 # the library search path.
10 syslog2iptables_LDFLAGS = $(all_libraries) -pthread 10 syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
11 syslog2iptables_LDADD = $(all_libraries)
11 12
12 # default compile flags 13 # default compile flags
13 syslog2iptables_CXXFLAGS = -pthread 14 syslog2iptables_CXXFLAGS = $(PTHREAD_CFLAGS)
14 15