Mercurial > dnsbl
comparison src/Makefile.am @ 218:d26b9551c9eb
fix private res_maybe_init
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 27 Dec 2008 23:48:45 -0800 |
parents | 4db1457cd11a |
children | 21037aa3aae5 |
comparison
equal
deleted
inserted
replaced
217:500aa5a32811 | 218:d26b9551c9eb |
---|---|
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) /usr/lib/libresolv.a -lmilter | 10 dnsbl_LDADD = $(all_libraries) -lmilter -lresolv /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 |