projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720a81d
)
fix distcheck.
author
Gustavo Sverzut Barbieri
<barbieri@gmail.com>
Tue, 15 Jan 2013 19:19:36 +0000
(19:19 +0000)
committer
Gustavo Sverzut Barbieri
<barbieri@gmail.com>
Tue, 15 Jan 2013 19:19:36 +0000
(19:19 +0000)
if we're building examples we must build current dir (src) before
recursing.
SVN revision: 82838
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index da4a6eb1e3b495e4f6b13f5e34da4691dac7ac1a..865cad96adafdb551a88e295f54617546f3749cb 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-75,7
+75,7
@@
examples/edje \
examples/emotion \
examples/ethumb_client
if ALWAYS_BUILD_EXAMPLES
-SUBDIRS += $(EXAMPLES_SUBDIRS)
+SUBDIRS +=
.
$(EXAMPLES_SUBDIRS)
else
DIST_SUBDIRS += $(EXAMPLES_SUBDIRS)
endif