]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[sedhcpv6] Added missing hooks lib
authorFrancis Dupont <fdupont@isc.org>
Mon, 8 Jun 2015 19:01:33 +0000 (21:01 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 8 Jun 2015 19:01:33 +0000 (21:01 +0200)
src/lib/cryptolink/tests/Makefile.am

index 1f0f347df3739bb526139336f834bea314283073..7dc64200a357e83e423b5fceab30e01262f13008 100644 (file)
@@ -44,6 +44,7 @@ from_bind9_LDADD = $(CRYPTO_LIBS)
 from_bind9_LDADD += $(top_builddir)/src/lib/util/libkea-util.la
 from_bind9_LDADD += $(top_builddir)/src/lib/cryptolink/libkea-cryptolink.la
 from_bind9_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
+from_bind9_LDADD += $(top_builddir)/src/lib/hooks/libkea-hooks.la
 
 to_bind9_SOURCES = to_bind9.cc
 to_bind9_CPPFLAGS = $(AM_CPPFLAGS)
@@ -52,5 +53,6 @@ to_bind9_LDADD = $(CRYPTO_LIBS)
 to_bind9_LDADD += $(top_builddir)/src/lib/util/libkea-util.la
 to_bind9_LDADD += $(top_builddir)/src/lib/cryptolink/libkea-cryptolink.la
 to_bind9_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
+to_bind9_LDADD += $(top_builddir)/src/lib/hooks/libkea-hooks.la
 
 #EXTRA_DIST += testdata/xxx