changeset 2571:c293ff5ec46f trunk

[svn] - use $(LIBINTL) rule, not $(LTLIBINTL). unbreaks OSX platform port.
author nenolod
date Sat, 24 Feb 2007 18:39:17 -0800
parents 7b1b52eb663b
children 29116f52056f
files ChangeLog src/audacious/Makefile src/audacious/build_stamp.c
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Feb 24 14:22:57 2007 -0800
+++ b/ChangeLog	Sat Feb 24 18:39:17 2007 -0800
@@ -1,3 +1,13 @@
+2007-02-24 22:22:57 +0000  Michael Farber <01mf02@gmail.com>
+  revision [4150]
+  - Minor cleanups
+  
+  
+  trunk/src/audacious/main.c     |    8 +++++---
+  trunk/src/audacious/playlist.c |    3 +--
+  2 files changed, 6 insertions(+), 5 deletions(-)
+
+
 2007-02-24 21:36:36 +0000  Michael Farber <01mf02@gmail.com>
   revision [4148]
   - Spring clean (removed one function)
--- a/src/audacious/Makefile	Sat Feb 24 14:22:57 2007 -0800
+++ b/src/audacious/Makefile	Sat Feb 24 18:39:17 2007 -0800
@@ -9,7 +9,7 @@
 LDFLAGS += $(AUDLDFLAGS)
 
 LDADD = \
-	-L.. $(LTLIBINTL) \
+	-L.. $(LIBINTL) \
 	-L../libaudacious -laudacious \
 	$(samplerate_LIBS) \
 	$(CHARDET_LIBS) \
--- a/src/audacious/build_stamp.c	Sat Feb 24 14:22:57 2007 -0800
+++ b/src/audacious/build_stamp.c	Sat Feb 24 18:39:17 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070224-4148";
+const gchar *svn_stamp = "20070224-4150";