|
@@ -138,6 +138,9 @@ endif
|
|
|
if HAVE_CQL
|
|
|
libdhcpsrv_unittests_CPPFLAGS += $(CQL_CPPFLAGS)
|
|
|
endif
|
|
|
+if HAVE_RADCLI
|
|
|
+libdhcpsrv_unittests_CPPFLAGS += $(RADCLI_CFLAGS)
|
|
|
+endif
|
|
|
|
|
|
libdhcpsrv_unittests_CXXFLAGS = $(AM_CXXFLAGS)
|
|
|
|
|
@@ -151,6 +154,9 @@ endif
|
|
|
if HAVE_CQL
|
|
|
libdhcpsrv_unittests_LDFLAGS += $(CQL_LIBS)
|
|
|
endif
|
|
|
+if HAVE_RADCLI
|
|
|
+libdhcpsrv_unittests_LDFLAGS += $(RADCLI_LIBS)
|
|
|
+endif
|
|
|
|
|
|
libdhcpsrv_unittests_LDADD = $(top_builddir)/src/lib/dhcpsrv/testutils/libdhcpsrvtest.la
|
|
|
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/dhcpsrv/libkea-dhcpsrv.la
|