Mercurial > audlegacy
changeset 2746:2f5b461118a8 trunk
[svn] - adjust build order for libaudclient and audacious. reported by Crazy_Hopper.
author | nenolod |
---|---|
date | Fri, 11 May 2007 19:31:07 -0700 |
parents | 72781ef7ece3 |
children | 8b7e1929aec1 |
files | ChangeLog src/Makefile src/audacious/build_stamp.c |
diffstat | 3 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri May 11 18:35:26 2007 -0700 +++ b/ChangeLog Fri May 11 19:31:07 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-12 01:35:26 +0000 Giacomo Lozito <james@develia.org> + revision [4516] + - auddrct: more calls implemented (part 4) + trunk/src/audacious/auddrct.c | 35 +++++++++++++++++++++++++++++++++++ + trunk/src/audacious/auddrct.h | 5 +++++ + 2 files changed, 40 insertions(+) + + 2007-05-12 01:12:56 +0000 Giacomo Lozito <james@develia.org> revision [4514] - auddrct: more calls implemented (part 3)
--- a/src/Makefile Fri May 11 18:35:26 2007 -0700 +++ b/src/Makefile Fri May 11 19:31:07 2007 -0700 @@ -3,7 +3,7 @@ include ../mk/rules.mk include ../mk/init.mk -SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious $(LIBAUDCLIENT_OBJECTIVE) libid3tag +SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag include ../mk/objective.mk