Mercurial > audlegacy-plugins
annotate src/metronom/Makefile @ 1901:fa2a37d3f7a2
fix typo
| author | VDR dai (audacious) <d+audacious@vdr.jp> |
|---|---|
| date | Thu, 27 Sep 2007 09:44:16 +0900 |
| parents | 21508f1dca47 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1901 | 1 PLUGIN = metronom${PLUGIN_SUFFIX} |
| 1882 | 2 SRCS = metronom.c |
| 3 | |
| 4 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
| 5 | |
| 6 include ../../buildsys.mk | |
| 1774 | 7 include ../../extra.mk |
|
315
2294f3a6f136
[svn] Metronom (a.k.a. tact generator) input plugin, ported from XMMS.
chainsaw
parents:
diff
changeset
|
8 |
|
1886
7a75609c5b49
use PLUGIN_SUFFIX, not SHARED_SUFFIX. Tuple system requires Mowgli framework,
William Pitcock <nenolod@atheme.org>
parents:
1882
diff
changeset
|
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. |
| 1882 | 10 CFLAGS += ${PLUGIN_CFLAGS} |
| 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
