# HG changeset patch # User Calin Crisan ccrisan@gmail.com # Date 1190224795 -10800 # Node ID d07343b134a1b00b96895d21c5ba7fcf6ef2f5ad # Parent 40a7ca511440dbd01f1bc36cf986bc550cd0f1f3 I hope i fixed the libaudclient & dbus problem diff -r 40a7ca511440 -r d07343b134a1 src/Makefile --- 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 diff -r 40a7ca511440 -r d07343b134a1 src/audacious/Makefile --- a/src/audacious/Makefile Wed Sep 19 20:44:27 2007 +0300 +++ b/src/audacious/Makefile Wed Sep 19 20:59:55 2007 +0300 @@ -160,7 +160,7 @@ LDFLAGS += ${EXPORTDYN} LIBS += ${LDADD} -ifdef USE_DBUS +ifdef USE_DBUS CPPFLAGS += -I../libaudclient DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h LIBS += -L../libaudclient -laudclient