From 3ea072eca79d25aeb7594e7f108a0926d2a9a163 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 27 Jul 2012 14:48:19 +0000 Subject: [PATCH] EPhysics: only build tests theme if tests are build SVN revision: 74496 --- legacy/ephysics/data/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/ephysics/data/Makefile.am b/legacy/ephysics/data/Makefile.am index a52a0c023f..089d52d216 100644 --- a/legacy/ephysics/data/Makefile.am +++ b/legacy/ephysics/data/Makefile.am @@ -1,3 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in +if BUILD_TESTS + SUBDIRS = logo_images themes + +endif