comparison src/Makefile.am @ 148:9330b8d6a56b

add documentation fixes, allow env_from target of inherit
author carl
date Tue, 30 Jan 2007 16:27:49 -0800
parents a893afee4b80
children c4bce911c276
comparison
equal deleted inserted replaced
147:812c80305f26 148:9330b8d6a56b
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 dnsbl_LDFLAGS = $(all_libraries) /usr/lib/libresolv.a -lmilter -pthread 9 dnsbl_LDFLAGS = -pthread
10 dnsbl_LDADD = $(all_libraries) /usr/lib/libresolv.a -lmilter
10 11
11 # default compile flags 12 # default compile flags
12 dnsbl_CXXFLAGS = -pthread 13 dnsbl_CXXFLAGS = -pthread
13 14