e: fix build of tiling module on bsd.

SVN revision: 70891
This commit is contained in:
Cedric BAIL 2012-05-09 09:57:15 +00:00
parent 72ab7f3d78
commit b49a5e4205
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ EDJE_FLAGS = -id $(top_srcdir)/src/modules/$(MODULE)/images \
@EDJE_DEF@
e-module-$(MODULE).edj: e-module-$(MODULE).edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/src/modules/$(MODULE)/e-module-$(MODULE).edc \
$(top_builddir)/src/modules/$(MODULE)/e-module-$(MODULE).edj
# the module .so file
INCLUDES = -I. \