diff src/Makefile @ 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 f4a5f8fa3836
children 4a5cdf975bb3
line wrap: on
line diff
--- 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