Mercurial > audlegacy-plugins
annotate src/flacng/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | 96da96b1bbeb |
children | 1ad002ce1bd0 |
rev | line source |
---|---|
1883 | 1 PLUGIN = flacng${PLUGIN_SUFFIX} |
1882 | 2 SRCS = plugin.c \ |
3 tools.c \ | |
4 seekable_stream_callbacks.c \ | |
5 flac_compat112.c | |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
diff
changeset
|
6 |
1778 | 7 include ../../buildsys.mk |
1882 | 8 include ../../extra.mk |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
diff
changeset
|
9 |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1883
diff
changeset
|
10 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} |
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1883
diff
changeset
|
11 |
1882 | 12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. ${LIBFLAC_CFLAGS} |
13 CFLAGS += ${PLUGIN_CFLAGS} | |
14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${LIBFLAC_LIBS} |