Mercurial > audlegacy
diff src/audacious/Makefile @ 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 |
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
