libsounds r189 - trunk/libsounds



Author: kmaraas
Date: Tue Feb 12 19:41:25 2008
New Revision: 189
URL: http://svn.gnome.org/viewvc/libsounds?rev=189&view=rev

Log:
2008-02-12  Kjartan Maraas  <kmaraas gnome org>

	* Makefile.am:
	* sound-view.c:
	Fix build with Gio. Patch from Luca Ferreti. Closes bug #515956.

Modified:
   trunk/libsounds/ChangeLog
   trunk/libsounds/Makefile.am
   trunk/libsounds/sound-view.c

Modified: trunk/libsounds/Makefile.am
==============================================================================
--- trunk/libsounds/Makefile.am	(original)
+++ trunk/libsounds/Makefile.am	Tue Feb 12 19:41:25 2008
@@ -2,7 +2,7 @@
 
 INCLUDES = \
 	-I$(top_srcdir) \
-	@GNOME_CFLAGS@
+	@LIBSOUNDS_CFLAGS@
 
 libsounds_la_SOURCES = \
 	sound-event.c \

Modified: trunk/libsounds/sound-view.c
==============================================================================
--- trunk/libsounds/sound-view.c	(original)
+++ trunk/libsounds/sound-view.c	Tue Feb 12 19:41:25 2008
@@ -1,6 +1,7 @@
 #include <config.h>
 #include <string.h>
 #include "sound-view.h"
+#include <gio/gio.h>
 #include <libgnome/libgnome.h>
 #include <libgnomeui/libgnomeui.h>
 



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