EPhysics: only build tests theme if tests are build
authorBruno Dilly <bdilly@profusion.mobi>
Fri, 27 Jul 2012 14:48:19 +0000 (14:48 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Fri, 27 Jul 2012 14:48:19 +0000 (14:48 +0000)
SVN revision: 74496

legacy/ephysics/data/Makefile.am

index a52a0c0..089d52d 100644 (file)
@@ -1,3 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
+if BUILD_TESTS
+
 SUBDIRS = logo_images themes
+
+endif