Mercurial > audlegacy-plugins
annotate src/wav/Makefile @ 1986:4b78df9dcf93
more set_params()
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 14:34:40 -0500 |
parents | 21508f1dca47 |
children | a56a26a5f233 |
rev | line source |
---|---|
1883 | 1 include ../../extra.mk |
2 | |
1882 | 3 PLUGIN = wav${PLUGIN_SUFFIX} |
4 SRCS = wav${WAV_SNDFILE}.c | |
5 | |
6 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
7 | |
8 include ../../buildsys.mk | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 |
1885
cadb672ca948
Put extra.mk before sources declaration so that wav-sndfile path is properly
William Pitcock <nenolod@atheme.org>
parents:
1882
diff
changeset
|
10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. |
1882 | 11 CFLAGS += ${PLUGIN_CFLAGS} |
12 LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |