changeset 4810:c10e53092037

Add datarootdir as a variable. Not having it causes loud whining from autoconf.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 02 Nov 2008 00:08:56 +0000
parents 17a91cf51340
children 7bf7f83a217e
files po/Makefile.in.in src/audacious/legacy/ui_skinned_window.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/po/Makefile.in.in	Sat Nov 01 21:39:46 2008 +0100
+++ b/po/Makefile.in.in	Sun Nov 02 00:08:56 2008 +0000
@@ -21,6 +21,7 @@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
+datarootdir = @datarootdir@
 localedir = $(datadir)/locale
 gettextsrcdir = $(datadir)/gettext/po
 
--- a/src/audacious/legacy/ui_skinned_window.c	Sat Nov 01 21:39:46 2008 +0100
+++ b/src/audacious/legacy/ui_skinned_window.c	Sun Nov 02 00:08:56 2008 +0000
@@ -22,8 +22,7 @@
 #include "ui_skin.h"
 
 #include <gtk/gtk.h>
-#include <glib-object.h>
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <string.h>
 
 #include "main.h"