X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=tests%2FMakefile.am;h=c91cea44fca58009b5434203e49b2d818a779fca;hb=b9ad54f7ff3ae13b2301f951a91ac7e75d424176;hp=1fee9d8985131152ef3abae774416b26b098b55b;hpb=f1167112d926b189fe189599576e8588923f036c;p=catta diff --git a/tests/Makefile.am b/tests/Makefile.am index 1fee9d8..c91cea4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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