changeset 34:d8dc80263d98 trunk

[svn] #include "audacious/util.h"? WTF? Fixed.
author js
date Mon, 18 Sep 2006 08:47:33 -0700
parents e6d2dc95dda1
children 33ed88fef9f5
files ChangeLog src/modplug/gui/main.cxx
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 18 08:38:24 2006 -0700
+++ b/ChangeLog	Mon Sep 18 08:47:33 2006 -0700
@@ -1,3 +1,13 @@
+2006-09-18 15:38:24 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [66]
+  Removed BMP_RCPATH from configure.ac, mk/rules.mk.in and Makefiles and added it to config.h via configure.ac
+
+  Changes:        Modified:
+  +2 -2           trunk/configure.ac  
+  +0 -1           trunk/mk/rules.mk.in  
+  +1 -1           trunk/src/cdaudio/Makefile  
+
+
 2006-09-18 15:31:59 +0000  Jonathan Schleifer <js@h3c.de>
   revision [64]
   Add BMP_RCPATH to configure.ac and -DBMP_RCPATH=$(BMP_RCPATH\)
--- a/src/modplug/gui/main.cxx	Mon Sep 18 08:38:24 2006 -0700
+++ b/src/modplug/gui/main.cxx	Mon Sep 18 08:47:33 2006 -0700
@@ -9,7 +9,7 @@
 
 #include <gtk/gtk.h>
 #include <libintl.h>
-#include "audacious/util.c"
+#include "audacious/util.h"
 
 #include "interface.h"
 #include "support.h"