[ekiga/gnome-2-26] Fix compilation with libnotify 0.7.2 (untested)



commit d326f441119aa95169ed12ae417a2b67dce4f9c2
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Wed May 18 18:17:19 2011 +0200

    Fix compilation with libnotify 0.7.2 (untested)

 lib/engine/components/libnotify/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/libnotify/Makefile.am b/lib/engine/components/libnotify/Makefile.am
index 37a5763..92a8bda 100644
--- a/lib/engine/components/libnotify/Makefile.am
+++ b/lib/engine/components/libnotify/Makefile.am
@@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libgmlibnotify.la
 
 libnotify_dir = $(top_srcdir)/lib/engine/components/libnotify
 
-AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS)
+AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS) $(GTK_CFLAGS)
 
 INCLUDES = \
 	-I$(top_srcdir)/lib/engine/framework \



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