Mercurial > audlegacy
diff src/audacious/Makefile @ 3536:66c6a8a79034 trunk
Fix depend-hook call.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 17 Sep 2007 13:14:22 -0500 |
| parents | 9ddf21ab5c84 |
| children | b9ac146e3006 |
line wrap: on
line diff
--- a/src/audacious/Makefile Mon Sep 17 13:10:19 2007 -0500 +++ b/src/audacious/Makefile Mon Sep 17 13:14:22 2007 -0500 @@ -130,6 +130,12 @@ LIBADD += $(LDADD) +ifdef USE_DBUS +CPPFLAGS += -I../libaudclient +DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h +LIBS += -L../libaudclient -laudclient +endif + depend-hook: $(DBUS_BINDINGS) CPPFLAGS += -DHAVE_CONFIG_H \ @@ -157,12 +163,6 @@ $(LIBGLADE_LIBS) \ $(REGEX_LIBS) -ifdef USE_DBUS -CPPFLAGS += -I../libaudclient -DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h -LIBS += -L../libaudclient -laudclient -endif - build_stamp.c: if [ -d ../../.hg ]; then \ revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \
