summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1fee9d8..b3fa8ca 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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