comparison src/Makefile.am @ 112:96b2eb7f25f5

move to autoconf/automake/docbook
author carl
date Sun, 18 Dec 2005 16:56:38 -0800
parents 1c7677042b78
children a893afee4b80
comparison
equal deleted inserted replaced
111:d0dad5610980 112:96b2eb7f25f5
3 3
4 # set the include path found by configure 4 # set the include path found by configure
5 INCLUDES= $(all_includes) 5 INCLUDES= $(all_includes)
6 6
7 # the library search path. 7 # the library search path.
8 dnsbl_LDFLAGS = $(all_libraries) -pthread 8 dnsbl_LDFLAGS = $(all_libraries) /usr/lib/libresolv.a -lmilter -pthread
9 9
10 # default compile flags 10 # default compile flags
11 dnsbl_CXXFLAGS = -pthread 11 dnsbl_CXXFLAGS = -pthread
12 12