Parcourir la source

added mathlibs back to check dig

abrist il y a 12 ans
Parent
commit
5f5f70e36e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)