Mercurial > audlegacy
view src/libid3tag/Makefile @ 4165:d4b13079f476
Add treeview to the fileinfo editor. This doesn't populate with data yet.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 10 Jan 2008 06:36:58 -0600 |
parents | fa3d2a62a066 |
children | 9c40eb4bc22d |
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 CPPFLAGS += ${LIB_CPPFLAGS} -I.. ${GLIB_CFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} CFLAGS += ${LIB_CFLAGS} LIBS += ${IMPLIB_LIBS} ${GLIB_LIBS} ${GTK_LIBS} ${MOWGLI_LIBS} -lz