fix distcheck.

if we're building examples we must build current dir (src) before
recursing.



SVN revision: 82838
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-15 19:19:36 +00:00
parent 720a81d58c
commit 26ea7a5603
1 changed files with 1 additions and 1 deletions

View File

@ -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