* edje: fix edje external module to be consistent with the rest of the efl.
authorcedric <cedric>
Wed, 18 Aug 2010 16:57:19 +0000 (16:57 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Aug 2010 16:57:19 +0000 (16:57 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@51296 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/edje_external/Makefile.am

index 177090a..57a5530 100644 (file)
@@ -9,9 +9,9 @@ AM_CPPFLAGS = \
 @EFL_EMOTION_BUILD@ \
 @EDJE_EXTERNAL_CFLAGS@
 
-pkgdir = $(libdir)/edje/modules/$(MODULE_EDJE)
-pkg_LTLIBRARIES = emotion.la
+pkgdir = $(libdir)/edje/modules/emotion/$(MODULE_EDJE)
+pkg_LTLIBRARIES = module.la
 
-emotion_la_SOURCES = emotion.c
-emotion_la_LIBADD = $(top_builddir)/src/lib/libemotion.la @EDJE_EXTERNAL_LIBS@
-emotion_la_LDFLAGS = -no-undefined -module -avoid-version -shared -fPIC
+module_la_SOURCES = emotion.c
+module_la_LIBADD = $(top_builddir)/src/lib/libemotion.la @EDJE_EXTERNAL_LIBS@
+module_la_LDFLAGS = -no-undefined -module -avoid-version -shared -fPIC