# HG changeset patch # User Alex Maclean # Date 1190277892 0 # Node ID 7d0adad41792a7e744dcca1f7e171a7745a9a039 # Parent d2cb9f990d2ef7b40b7ca64bcf0db8c96a694e30 Prepend libaudclient and audtool to SUBDIRS instead of appending. diff -r d2cb9f990d2e -r 7d0adad41792 src/Makefile --- a/src/Makefile Wed Sep 19 21:06:52 2007 +0300 +++ b/src/Makefile Thu Sep 20 08:44:52 2007 +0000 @@ -3,7 +3,7 @@ include ../extra.mk ifdef USE_DBUS -SUBDIRS += libaudclient audtool +SUBDIRS := libaudclient audtool $(SUBDIRS) endif include ../buildsys.mk