changeset 2722:3dc52411bdbe trunk

[svn] MCS_LIBS != LIBMCS_LIBS, allow audacious binary to link.
author chainsaw
date Wed, 09 May 2007 16:43:29 -0700
parents ca8aadb83ff8
children 5051af882447
files ChangeLog src/audacious/Makefile src/audacious/build_stamp.c
diffstat 3 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 09 15:42:13 2007 -0700
+++ b/ChangeLog	Wed May 09 16:43:29 2007 -0700
@@ -1,3 +1,11 @@
+2007-05-09 22:42:13 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4468]
+  - fix compilation
+  
+  trunk/src/audacious/Makefile |    2 ++
+  1 file changed, 2 insertions(+)
+
+
 2007-05-09 22:41:21 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4466]
   - this needs work. lots of work.
--- a/src/audacious/Makefile	Wed May 09 15:42:13 2007 -0700
+++ b/src/audacious/Makefile	Wed May 09 16:43:29 2007 -0700
@@ -17,7 +17,7 @@
 	$(GTK_LIBS) \
 	$(DBUS_LIBS) \
 	$(MOWGLI_LIBS) \
-	$(MCS_LIBS) \
+	$(LIBMCS_LIBS) \
 	$(LIBGLADE_LIBS) \
 	$(REGEX_LIBS) \
 	./widgets/libwidgets.a
@@ -31,7 +31,7 @@
 	$(DBUS_CFLAGS) \
 	$(samplerate_CFLAGS) \
 	$(REGEX_CFLAGS) \
-	$(MCS_CFLAGS) \
+	$(LIBMCS_CFLAGS) \
 	-D_AUDACIOUS_CORE \
 	-I.. -I../.. \
 	-I../intl
--- a/src/audacious/build_stamp.c	Wed May 09 15:42:13 2007 -0700
+++ b/src/audacious/build_stamp.c	Wed May 09 16:43:29 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070509-4466";
+const gchar *svn_stamp = "20070509-4468";