diff src/Makefile @ 3578:d07343b134a1 trunk

I hope i fixed the libaudclient & dbus problem
author Calin Crisan ccrisan@gmail.com
date Wed, 19 Sep 2007 20:59:55 +0300
parents 40a7ca511440
children d2cb9f990d2e
line wrap: on
line diff
--- a/src/Makefile	Wed Sep 19 20:44:27 2007 +0300
+++ b/src/Makefile	Wed Sep 19 20:59:55 2007 +0300
@@ -1,8 +1,9 @@
 SUBDIRS = libguess audacious libid3tag
 
+include ../buildsys.mk
+include ../extra.mk
+
 ifdef USE_DBUS
 SUBDIRS += libaudclient audtool
 endif
 
-include ../buildsys.mk
-include ../extra.mk