edje: fix building example in another directory.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2011 14:23:44 +0000 (14:23 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2011 14:23:44 +0000 (14:23 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65843 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/Makefile.am

index b6f6ae1..19a6774 100644 (file)
@@ -24,7 +24,7 @@ EDCS = \
        $(MULTISENSE_EDC_FILE)
 
 .edc.edj:
-       $(edje_cc) -v -id $(srcdir) $(SND_DIR) $< $(builddir)/$(@F)
+       $(edje_cc) -v -fd $(srcdir) -id $(srcdir) $(SND_DIR) $< $(builddir)/$(@F)
 
 EDJS = $(EDCS:%.edc=%.edj)