]> git.meshlink.io Git - catta/blobdiff - tests/Makefile.am
update C++ tests, and compile them only when HAVE_NETLINK is set
[catta] / tests / Makefile.am
index 1fee9d8985131152ef3abae774416b26b098b55b..b3fa8cac19ef1dd28e5e6abb5c1ab12915c89a2e 100644 (file)
@@ -22,6 +22,7 @@ AM_CFLAGS= \
 
 if HAVE_GLIB
 if HAVE_DBUS
+if HAVE_NETLINK
 
 noinst_PROGRAMS = c-plus-plus-test
 
@@ -41,7 +42,7 @@ c_plus_plus_test_LDADD = \
        $(GLIB20_LIBS) \
        $(DBUS_LIBS)
 
-
+endif
 endif
 endif