Explorar el Código

added mathlibs back to check dig

abrist hace 12 años
padre
commit
5f5f70e36e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/Makefile.am

+ 1 - 1
plugins/Makefile.am

@@ -69,7 +69,7 @@ test-debug:
 check_apt_LDADD = $(BASEOBJS)
 check_cluster_LDADD = $(BASEOBJS)
 check_dbi_LDADD = $(NETLIBS) $(DBILIBS)
-check_dig_LDADD = $(NETLIBS)
+check_dig_LDADD = $(NETLIBS) $(MATHLIBS)
 check_disk_LDADD = $(BASEOBJS)
 check_dns_LDADD = $(NETLIBS)
 check_dummy_LDADD = $(BASEOBJS)