comparison src/Makefile.am @ 10:f9e8bbf33a2a

more fixes for solaris
author carl
date Tue, 30 Jan 2007 16:28:16 -0800
parents 48880e61ce5e
children
comparison
equal deleted inserted replaced
9:48880e61ce5e 10:f9e8bbf33a2a
4 4
5 # set the include path found by configure 5 # set the include path found by configure
6 INCLUDES= $(all_includes) 6 INCLUDES= $(all_includes)
7 7
8 # the library search path. 8 # the library search path.
9 smarchive_LDFLAGS = -pthread 9 smarchive_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
10 smarchive_LDADD = $(all_libraries) -lmilter 10 smarchive_LDADD = $(all_libraries) -lmilter
11 11
12 # default compile flags 12 # default compile flags
13 smarchive_CXXFLAGS = -pthread 13 smarchive_CXXFLAGS = $(PTHREAD_CFLAGS)
14 14