summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-12 14:38:07 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-12 14:38:07 +0000
commitd7ca19e0f331d70930562149d6e2bd835e72b83c (patch)
treeaac3b36356a185dd233b35c04d69592311d7114c /tests/Makefile.am
parent7282cf9916c0cfa15081e14b8bcf62b155182dbd (diff)
update C++ tests, and compile them only when HAVE_NETLINK is set
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@737 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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