changeset 3574:9ffd5a2c5f35 trunk

In this special case, we really need extra.mk at the top of the file.
author Jonathan Schleifer <js@h3c.de>
date Wed, 19 Sep 2007 17:49:44 +0200
parents ae14a38d2553
children 021005bfab68
files src/audacious/Makefile
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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}