comparison src/Makefile.am @ 221:21037aa3aae5

try to build proper rpm by avoiding auto requires, revert to only libresolv.a
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Dec 2008 08:12:55 -0800
parents d26b9551c9eb
children da9e7f1c8160
comparison
equal deleted inserted replaced
220:495cfe5caead 221:21037aa3aae5
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 = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) 9 dnsbl_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
10 dnsbl_LDADD = $(all_libraries) -lmilter -lresolv /usr/lib/libresolv.a 10 dnsbl_LDADD = $(all_libraries) -lmilter /usr/lib/libresolv.a
11 11
12 # default compile flags 12 # default compile flags
13 dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS) 13 dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)
14 14