Mercurial > audlegacy
changeset 3573:ae14a38d2553 trunk
AUDLDFLAGS isn't substitued, therefore remove it.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 19 Sep 2007 17:46:17 +0200 |
parents | 625af2797f35 |
children | 9ffd5a2c5f35 |
files | src/audacious/Makefile |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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