comparison src/audacious/Makefile @ 3260:3d740a3c5e16 trunk

-Fixed a compilation issue with DBus on Mac -Changed MPRIS service name to org.mpris.audacios to conform to spec.
author Ben Tucker <ben.tucker@gmail.com>
date Wed, 25 Jul 2007 23:02:50 -0700
parents 8775dfc57ead
children fb23cdc95976
comparison
equal deleted inserted replaced
3168:ee8a1ed30826 3260:3d740a3c5e16
140 ifdef USE_DBUS 140 ifdef USE_DBUS
141 SOURCES += dbus.c 141 SOURCES += dbus.c
142 CFLAGS += -I../libaudclient 142 CFLAGS += -I../libaudclient
143 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h 143 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h
144 OBJECTIVE_LIBS_NOINST += $(DBUS_BINDINGS) 144 OBJECTIVE_LIBS_NOINST += $(DBUS_BINDINGS)
145 LIBDEP += ../libaudclient/libaudclient.so 145 LIBDEP += ../libaudclient/libaudclient$(SHARED_SUFFIX)
146 LDADD += -L../libaudclient -laudclient 146 LDADD += -L../libaudclient -laudclient
147 endif 147 endif
148 148
149 depend-prehook: $(DBUS_BINDINGS) 149 depend-prehook: $(DBUS_BINDINGS)
150 150