# HG changeset patch # User Jonathan Schleifer # Date 1190216984 -7200 # Node ID 9ffd5a2c5f35eac80444e889155f67742775113d # Parent ae14a38d2553103cc6d4f97e883ec71f79229a21 In this special case, we really need extra.mk at the top of the file. diff -r ae14a38d2553 -r 9ffd5a2c5f35 src/audacious/Makefile --- a/src/audacious/Makefile Wed Sep 19 17:46:17 2007 +0200 +++ b/src/audacious/Makefile Wed Sep 19 17:49:44 2007 +0200 @@ -1,3 +1,5 @@ +include ../../extra.mk + SUBDIRS = ${INTL_OBJECTIVE} PROG = audacious @@ -82,6 +84,10 @@ sync-menu.c \ xconvert.c +ifdef USE_DBUS +SRCS += dbus.c +endif + INCLUDES = auddrct.h \ configdb.h \ custom_uri.h \ @@ -150,11 +156,6 @@ ui/carbon-menubar.ui include ../../buildsys.mk -include ../../extra.mk - -ifdef USE_DBUS -SRCS += dbus.c -endif LDFLAGS += ${EXPORTDYN} LIBS += ${LDADD}