efl/edje: move epp under MODULE_ARCH
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 9 Jan 2013 22:31:54 +0000 (22:31 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 9 Jan 2013 22:31:54 +0000 (22:31 +0000)
epp is invoked by edje_cc and should include the MODULE_ARCH dir.

SVN revision: 82488

src/Makefile_Edje.am
src/bin/edje/edje_cc_parse.c

index f653c0f..6539c30 100644 (file)
@@ -190,7 +190,7 @@ bin_edje_edje_watch_CPPFLAGS = $(EDJE_COMMON_CPPFLAGS)
 bin_edje_edje_watch_LDADD = $(EDJE_COMMON_USER_LDADD)
 
 # EPP (Edje's CPP)
-eppdir = $(libdir)/edje/utils
+eppdir = $(libdir)/edje/utils/$(MODULE_ARCH)
 epp_PROGRAMS = bin/edje/epp/epp
 bin_edje_epp_epp_SOURCES = \
 bin/edje/epp/cpplib.h \
index d2ce018..1cf0f49 100644 (file)
@@ -817,7 +817,7 @@ compile(void)
           }
 
         if (buf2[0] == '\0')
-          snprintf(buf2, sizeof(buf2), "%s/edje/utils/epp" EPP_EXT,
+          snprintf(buf2, sizeof(buf2), "%s/edje/utils/" MODULE_ARCH "/epp" EPP_EXT,
                    eina_prefix_lib_get(pfx));
         if (ecore_file_exists(buf2))
           {