Mercurial > audlegacy
changeset 2730:596abc2be8f0 trunk
[svn] - build fix.
author | yaz |
---|---|
date | Thu, 10 May 2007 16:59:22 -0700 |
parents | 643be93d0a30 |
children | f4a5f8fa3836 |
files | ChangeLog src/Makefile src/audacious/Makefile src/audacious/build_stamp.c |
diffstat | 4 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk> + 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 <nenolod@sacredspiral.co.uk> revision [4482] - log when dbus has been successfully started up
--- 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