Mercurial > dnsbl
diff 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 |
line wrap: on
line diff
--- a/src/Makefile.am Sun Dec 28 08:34:14 2008 -0800 +++ b/src/Makefile.am Sun Dec 28 09:15:25 2008 -0800 @@ -7,7 +7,7 @@ # the library search path. dnsbl_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) -dnsbl_LDADD = $(all_libraries) -lmilter /usr/lib/libresolv.a +dnsbl_LDADD = $(all_libraries) -lmilter -lresolv /usr/lib/libresolv.a # default compile flags dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)