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)
legacy/elementary/src/examples/Makefile.am

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