From a4348185b24b2fa3cf1166e42becbad1a9c90887 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Tue, 9 Feb 2010 12:59:29 +0000 Subject: [PATCH] Fix emotion compilation on fedora9, by jprvita. SVN revision: 46008 --- legacy/emotion/src/bin/Makefile.am | 1 + legacy/emotion/src/modules/gstreamer/Makefile.am | 1 + legacy/emotion/src/modules/vlc/Makefile.am | 1 + legacy/emotion/src/modules/xine/Makefile.am | 1 + 4 files changed, 4 insertions(+) diff --git a/legacy/emotion/src/bin/Makefile.am b/legacy/emotion/src/bin/Makefile.am index 498c490623..79dd4e3527 100644 --- a/legacy/emotion/src/bin/Makefile.am +++ b/legacy/emotion/src/bin/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EMOTION_CFLAGS@ \ @EMOTION_CPPFLAGS@ \ @EMOTION_BIN_CFLAGS@ \ @ECORE_X_CFLAGS@ \ diff --git a/legacy/emotion/src/modules/gstreamer/Makefile.am b/legacy/emotion/src/modules/gstreamer/Makefile.am index 2056ea33af..e38bb0dca8 100644 --- a/legacy/emotion/src/modules/gstreamer/Makefile.am +++ b/legacy/emotion/src/modules/gstreamer/Makefile.am @@ -6,6 +6,7 @@ AM_CPPFLAGS = \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EMOTION_CFLAGS@ \ @EMOTION_CPPFLAGS@ \ @EFL_EMOTION_BUILD@ \ @GSTREAMER_CFLAGS@ diff --git a/legacy/emotion/src/modules/vlc/Makefile.am b/legacy/emotion/src/modules/vlc/Makefile.am index 9e706ff4de..5d9c056f38 100644 --- a/legacy/emotion/src/modules/vlc/Makefile.am +++ b/legacy/emotion/src/modules/vlc/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EMOTION_CFLAGS@ \ @EMOTION_CPPFLAGS@ \ @VLC_CFLAGS@ diff --git a/legacy/emotion/src/modules/xine/Makefile.am b/legacy/emotion/src/modules/xine/Makefile.am index a716243c03..f83e66ab0e 100644 --- a/legacy/emotion/src/modules/xine/Makefile.am +++ b/legacy/emotion/src/modules/xine/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EMOTION_CFLAGS@ \ @EMOTION_CPPFLAGS@ \ @XINE_CFLAGS@