summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-10-21 10:57:17 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-10-21 11:05:46 +0200
commit83bb0b03c877d9509cf2d7806bb0fcd2c80db001 (patch)
tree31ee8343ad99c3498668d39c2d33a2549dd12f58 /src/examples
parent92380c66c893f2375d1de7c3f80f6dc05df5a128 (diff)
downloadelementary-83bb0b03c877d9509cf2d7806bb0fcd2c80db001.tar.gz
build: simplify SUBDIR usage in examples
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index bf969e385..dc18ec719 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -1,7 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = sphere_hunter
-SUBDIRS += performance
+SUBDIRS = sphere_hunter performance
include ../../Makefile_Elm_Helpers.am