# HG changeset patch # User yaz # Date 1178841562 25200 # Node ID 596abc2be8f03a2f4505e03c24352d3158f0c355 # Parent 643be93d0a302948a70e78d9c9aa2565a954473c [svn] - build fix. diff -r 643be93d0a30 -r 596abc2be8f0 ChangeLog --- a/ChangeLog Thu May 10 14:13:20 2007 -0700 +++ b/ChangeLog Thu May 10 16:59:22 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-10 21:13:20 +0000 William Pitcock + revision [4484] + - fix ABI + + trunk/src/audacious/plugin.h | 14 ++++++++------ + 1 file changed, 8 insertions(+), 6 deletions(-) + + 2007-05-10 20:21:55 +0000 William Pitcock revision [4482] - log when dbus has been successfully started up diff -r 643be93d0a30 -r 596abc2be8f0 src/Makefile --- a/src/Makefile Thu May 10 14:13:20 2007 -0700 +++ b/src/Makefile Thu May 10 16:59:22 2007 -0700 @@ -3,7 +3,7 @@ include ../mk/rules.mk include ../mk/init.mk -SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious libid3tag $(LIBAUDCLIENT_OBJECTIVE) +SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag include ../mk/objective.mk diff -r 643be93d0a30 -r 596abc2be8f0 src/audacious/Makefile --- a/src/audacious/Makefile Thu May 10 14:13:20 2007 -0700 +++ b/src/audacious/Makefile Thu May 10 16:59:22 2007 -0700 @@ -11,7 +11,7 @@ LDADD = \ -L.. $(LIBINTL) \ - -L../libaudacious -laudacious \ + -L../libaudclient -laudclient \ $(samplerate_LIBS) \ $(CHARDET_LIBS) \ $(GTK_LIBS) \ diff -r 643be93d0a30 -r 596abc2be8f0 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Thu May 10 14:13:20 2007 -0700 +++ b/src/audacious/build_stamp.c Thu May 10 16:59:22 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070510-4482"; +const gchar *svn_stamp = "20070510-4484";