Mercurial > audlegacy-plugins
annotate src/stdio/Makefile @ 1901:fa2a37d3f7a2
fix typo
| author | VDR dai (audacious) <d+audacious@vdr.jp> |
|---|---|
| date | Thu, 27 Sep 2007 09:44:16 +0900 |
| parents | eed7c270e8dd |
| children | 31e9908cf91e |
| rev | line source |
|---|---|
| 1882 | 1 PLUGIN = stdio${PLUGIN_SUFFIX} |
| 2 SRCS = stdio.c | |
| 306 | 3 |
| 1882 | 4 plugindir = audacious/${TRANSPORT_PLUGIN_DIR} |
| 306 | 5 |
| 1843 | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | |
| 306 | 8 |
| 1882 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../../intl -I../.. |
| 10 CFLAGS += ${PLUGIN_CFLAGS} | |
| 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} |
