Mercurial > audlegacy-plugins
view src/OSS/Makefile @ 2246:f06b48381052
- drop protected: declarations, protected: is not needed here (and causes error on gcc4.3)
- new screenshot code
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 17 Dec 2007 15:51:45 -0600 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = OSS${PLUGIN_SUFFIX} SRCS = OSS.c \ mixer.c \ about.c \ configure.c \ audio.c \ init.c \ convert.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. -I. LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}