Parcourir la 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 il y a 14 ans
Parent
commit
a2158e5b2c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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