build: simplify SUBDIR usage in examples
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Oct 2015 08:57:17 +0000 (10:57 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Oct 2015 09:05:46 +0000 (11:05 +0200)
src/examples/Makefile.am

index bf969e3855f53b4df4c62da5d483209d3350bf15..dc18ec719d20a4514f957799611b04c7d2e77868 100644 (file)
@@ -1,7 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-SUBDIRS = sphere_hunter
-SUBDIRS += performance
+SUBDIRS = sphere_hunter performance
 
 include ../../Makefile_Elm_Helpers.am