# HG changeset patch # User Jonathan Schleifer # Date 1190216777 -7200 # Node ID ae14a38d2553103cc6d4f97e883ec71f79229a21 # Parent 625af2797f35cd91f4c10f7ee6d517d12982034c AUDLDFLAGS isn't substitued, therefore remove it. diff -r 625af2797f35 -r ae14a38d2553 src/audacious/Makefile --- a/src/audacious/Makefile Wed Sep 19 17:32:47 2007 +0200 +++ b/src/audacious/Makefile Wed Sep 19 17:46:17 2007 +0200 @@ -82,10 +82,6 @@ sync-menu.c \ xconvert.c -ifdef USE_DBUS -SRCS += dbus.c -endif - INCLUDES = auddrct.h \ configdb.h \ custom_uri.h \ @@ -156,7 +152,11 @@ include ../../buildsys.mk include ../../extra.mk -LDFLAGS += ${AUDLDFLAGS} ${EXPORTDYN} +ifdef USE_DBUS +SRCS += dbus.c +endif + +LDFLAGS += ${EXPORTDYN} LIBS += ${LDADD} ifdef USE_DBUS