Mercurial > audlegacy-plugins
annotate src/stdio/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
| author | Eugene Paskevich <eugene@raptor.kiev.ua> |
|---|---|
| date | Wed, 10 Oct 2007 01:40:13 +0300 |
| parents | c276e2b74646 |
| children | 1ad002ce1bd0 |
| rev | line source |
|---|---|
| 1882 | 1 PLUGIN = stdio${PLUGIN_SUFFIX} |
| 2 SRCS = stdio.c | |
| 306 | 3 |
| 1843 | 4 include ../../buildsys.mk |
| 5 include ../../extra.mk | |
| 306 | 6 |
|
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1935
diff
changeset
|
7 plugindir := $(plugindir)/${TRANSPORT_PLUGIN_DIR} |
|
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1935
diff
changeset
|
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} | |
|
1935
c276e2b74646
Backed out changeset 31e9908cf91e
William Pitcock <nenolod@atheme.org>
parents:
1921
diff
changeset
|
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} |
