From: Zbigniew Jędrzejewski-Szmek Date: Fri, 18 Apr 2014 03:39:40 +0000 (-0400) Subject: build-sys: do not try to build test-rtnl-manual w/o kmod X-Git-Tag: v213~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dd5aa56d1cdf64397fba03b1d2ad63aaf281fe4;p=thirdparty%2Fsystemd.git build-sys: do not try to build test-rtnl-manual w/o kmod --- diff --git a/Makefile.am b/Makefile.am index 6767a760cf4..451e53ace34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1176,8 +1176,12 @@ manual_tests += \ test-install \ test-watchdog \ test-log \ - test-ipcrm \ + test-ipcrm + +if HAVE_KMOD +manual_tests += \ test-rtnl-manual +endif tests += \ test-job-type \