Mercurial > audlegacy-plugins
comparison src/stdio/Makefile @ 3161:6dd886b5c72b
revive stdio plugin for now. gio cannot write id3 tags.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 13 Jul 2009 23:53:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3160:2fa63d8ef645 | 3161:6dd886b5c72b |
---|---|
1 PLUGIN = stdio${PLUGIN_SUFFIX} | |
2 | |
3 SRCS = stdio.c | |
4 | |
5 include ../../buildsys.mk | |
6 include ../../extra.mk | |
7 | |
8 plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR} | |
9 | |
10 CFLAGS += ${PLUGIN_CFLAGS} | |
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../.. | |
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} |