Mercurial > audlegacy-plugins
view src/OSS/Makefile @ 1901:fa2a37d3f7a2
fix typo
| author | VDR dai (audacious) <d+audacious@vdr.jp> |
|---|---|
| date | Thu, 27 Sep 2007 09:44:16 +0900 |
| parents | eed7c270e8dd |
| children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = OSS${PLUGIN_SUFFIX} SRCS = OSS.c \ mixer.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} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. -I. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
