Mercurial > audlegacy
view src/libid3tag/Makefile @ 4837:a2ae808cabb4
Add configdb entry "interface", and set default to "skinned".
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 05 Apr 2009 15:28:06 -0500 |
parents | 51aaee81d4f2 |
children | 54b4f7aaca24 |
line wrap: on
line source
LIB = ${LIB_PREFIX}audid3tag${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 LIBDIR = ${plugindir} INCLUDES = id3tag.h SRCS = 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 include ../../buildsys.mk include ../../extra.mk #includesubdir = audacious CPPFLAGS += ${LIB_CPPFLAGS} -I.. -I../libSAD ${GLIB_CFLAGS} ${GTK_CFLAGS} \ ${MOWGLI_CFLAGS} ${LIBMCS_CFLAGS} CFLAGS += ${LIB_CFLAGS} LIBS += -lz