# HG changeset patch # User nenolod # Date 1172371157 28800 # Node ID c293ff5ec46fd6d836ca63c196144a98a8698dec # Parent 7b1b52eb663bf32f95a0c499d104142630e19751 [svn] - use $(LIBINTL) rule, not $(LTLIBINTL). unbreaks OSX platform port. diff -r 7b1b52eb663b -r c293ff5ec46f ChangeLog --- 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) diff -r 7b1b52eb663b -r c293ff5ec46f src/audacious/Makefile --- 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) \ diff -r 7b1b52eb663b -r c293ff5ec46f src/audacious/build_stamp.c --- 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 -const gchar *svn_stamp = "20070224-4148"; +const gchar *svn_stamp = "20070224-4150";