Mercurial > audlegacy
view src/libid3tag/Makefile @ 2724:88b39b1d9b7b trunk
[svn] Fix build without --enable-dbus -- this will render an audacious which
is not remote-controllable (the buggy controlsocket code has been removed
in a prior build), but makes our dependency on dbus optional. When built
without dbus, MPRIS support is also disabled (as it needs D-Bus).
author | nenolod |
---|---|
date | Wed, 09 May 2007 21:16:57 -0700 |
parents | 9e135bfe457d |
children | 2c17b008a532 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libaudid3tag.so LIBDIR = $(plugindir) LDFLAGS += -Wl,-export-dynamic LIBADD += $(GLIB_LIBS) CFLAGS += $(PICFLAGS) \ -I.. \ $(GLIB_CFLAGS) -Wall HEADERS = id3tag.h SOURCES = \ compat.c \ debug.c \ file.c \ frametype.c \ latin1.c \ render.c \ ucs4.c \ utf8.c \ version.c \ crc.c \ field.c \ frame.c \ genre.c \ parse.c \ tag.c \ utf16.c \ util.c OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk