Mercurial > audlegacy
diff 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 |
line wrap: on
line diff
--- a/src/audacious/Makefile Wed Jul 25 19:10:53 2007 -0500 +++ b/src/audacious/Makefile Wed Jul 25 23:02:50 2007 -0700 @@ -142,7 +142,7 @@ CFLAGS += -I../libaudclient DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h OBJECTIVE_LIBS_NOINST += $(DBUS_BINDINGS) -LIBDEP += ../libaudclient/libaudclient.so +LIBDEP += ../libaudclient/libaudclient$(SHARED_SUFFIX) LDADD += -L../libaudclient -laudclient endif