Mercurial > audlegacy-plugins
view src/OSS4/Makefile @ 1948:66fb09cd894e
Backed out changeset 05b9abd78a87
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:50:48 +0300 |
| parents | 292affbb8153 |
| children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = OSS4${PLUGIN_SUFFIX} SRCS = OSS4.c \ about.c \ configure.c \ audio.c \ init.c \ convert.c plugindir = audacious/${OUTPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I/usr/lib/oss/include -I../../intl -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
