emotion fix possible problem with generic.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 14 Jan 2013 00:46:06 +0000 (00:46 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 14 Jan 2013 00:46:06 +0000 (00:46 +0000)
it couldn't happen now as we're building it statically, but keep it right.

SVN revision: 82737

src/Makefile_Emotion.am

index 33e8167..45a2ded 100644 (file)
@@ -146,7 +146,10 @@ emotionmodulegenericdir = $(libdir)/emotion/modules/generic/$(MODULE_ARCH)
 emotionmodulegeneric_LTLIBRARIES = modules/emotion/generic/module.la
 modules_emotion_generic_module_la_SOURCES = $(EMOTION_GENERIC_SOURCES)
 modules_emotion_generic_module_la_CPPFLAGS = \
-$(EMOTION_COMMON_CPPFLAGS)
+$(EMOTION_COMMON_CPPFLAGS) \
+-DPACKAGE_BIN_DIR=\"$(bindir)\" \
+-DPACKAGE_LIB_DIR=\"$(libdir)\" \
+-DPACKAGE_DATA_DIR=\"$(datadir)/emotion\"
 modules_emotion_generic_module_la_LIBADD = \
 $(EMOTION_COMMON_USER_LIBADD)
 modules_emotion_generic_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@