[ekiga] Made the gstreamer plugin compile with the recent notification changes



commit af7e3ff1debc67113a8cb099d4662792d9189a6a
Author: Julien Puydt <julien puydt laposte net>
Date:   Sat May 19 10:15:25 2012 +0200

    Made the gstreamer plugin compile with the recent notification changes

 plugins/gstreamer/Makefile.am |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/plugins/gstreamer/Makefile.am b/plugins/gstreamer/Makefile.am
index 4172ca9..2a8396b 100644
--- a/plugins/gstreamer/Makefile.am
+++ b/plugins/gstreamer/Makefile.am
@@ -4,13 +4,14 @@ gstreamer_dir = $(top_srcdir)/plugins/gstreamer/
 
 AM_CXXFLAGS = $(BOOST_CPPFLAGS) $(GSTREAMER_CFLAGS) $(PTLIB_CFLAGS)
 
-INCLUDES = 						\
-	-I$(top_srcdir)/lib/gmconf			\
-	-I$(top_srcdir)/lib/engine/framework		\
-	-I$(top_srcdir)/lib/engine/videoinput	\
-	-I$(top_srcdir)/lib/engine/videooutput	\
-	-I$(top_srcdir)/lib/engine/audioinput	\
-	-I$(top_srcdir)/lib/engine/audiooutput	\
+INCLUDES = \
+	-I$(top_srcdir)/lib/gmconf \
+	-I$(top_srcdir)/lib/engine/framework \
+	-I$(top_srcdir)/lib/engine/notification	\
+	-I$(top_srcdir)/lib/engine/videoinput \
+	-I$(top_srcdir)/lib/engine/videooutput \
+	-I$(top_srcdir)/lib/engine/audioinput \
+	-I$(top_srcdir)/lib/engine/audiooutput \
 	-I$(top_srcdir)/lib/engine/hal
 
 libgmgstreamer_la_SOURCES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]