From: Peter Krempa Date: Mon, 23 Jun 2014 11:56:12 +0000 (+0200) Subject: tests: Fix syntax-check after cdd11151791bc9e61538988438980f41c0185681 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=42d75b44ba63ff7e2f35f61b4a34cda1adcefa14;p=libvirt.git tests: Fix syntax-check after cdd11151791bc9e61538988438980f41c0185681 makefile_conditionals tests/Makefile.am:293:endif maint.mk: match "if FOO" with "endif FOO" in Makefiles make: *** [sc_makefile_conditionals] Error 1 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f762a6d04..025b847c8b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -290,7 +290,7 @@ endif WITH_STORAGE if WITH_STORAGE_FS test_programs += virstoragetest -endif +endif WITH_STORAGE_FS if WITH_LINUX test_programs += virscsitest