]> git.meshlink.io Git - catta/blobdiff - tests/Makefile.am
l10n: Updates to Chinese (China) (zh_CN) translation
[catta] / tests / Makefile.am
index 1fee9d8985131152ef3abae774416b26b098b55b..c91cea44fca58009b5434203e49b2d818a779fca 100644 (file)
@@ -22,8 +22,11 @@ AM_CFLAGS= \
 
 if HAVE_GLIB
 if HAVE_DBUS
+if HAVE_NETLINK
 
+if ENABLE_TESTS
 noinst_PROGRAMS = c-plus-plus-test
+endif
 
 c_plus_plus_test_SOURCES = c-plus-plus-test.cc
 
@@ -41,7 +44,7 @@ c_plus_plus_test_LDADD = \
        $(GLIB20_LIBS) \
        $(DBUS_LIBS)
 
-
+endif
 endif
 endif