Browse Source

[trac769] Makefile fix

Auto(conf|make|whatever it is) tracks deps only when the library is
simple filename. It failed because it wanted to create libdnsacl before
libacl, this way it knows it should wait.
Michal 'vorner' Vaner 14 years ago
parent
commit
a2158e5b2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/acl/Makefile.am

+ 1 - 1
src/lib/acl/Makefile.am

@@ -18,7 +18,7 @@ lib_LTLIBRARIES += libdnsacl.la
 
 libdnsacl_la_SOURCES = dns.h dns.cc
 
-libdnsacl_la_LIBADD = $(top_builddir)/src/lib/acl/libacl.la
+libdnsacl_la_LIBADD = libacl.la
 libdnsacl_la_LIBADD += $(top_builddir)/src/lib/dns/libdns++.la
 
 CLEANFILES = *.gcno *.gcda