Mercurial > dnsbl
comparison src/Makefile.am @ 223:da9e7f1c8160
fix unsigned signed compare, back to mixed -lresolv and libresolv.a with auto requires
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 28 Dec 2008 09:15:25 -0800 |
parents | 21037aa3aae5 |
children | b3652d1ae010 |
comparison
equal
deleted
inserted
replaced
222:b2a7ca398712 | 223:da9e7f1c8160 |
---|---|
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 /usr/lib/libresolv.a | 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 |