Mercurial > audlegacy
changeset 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 |
files | src/Makefile src/audacious/Makefile |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
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
--- 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