annotate src/stdio/Makefile @ 1894:01cd330758e0
Remove version identifier.
author |
William Pitcock <nenolod@atheme.org> |
date |
Wed, 26 Sep 2007 12:22:54 -0500 |
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}
|