Mercurial > audlegacy-plugins
view src/vorbis/Makefile @ 2034:a21cc1e45080
Update buildsys. Please test.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Sat, 13 Oct 2007 10:34:40 +0200 |
parents | 6d33dffd1382 |
children | ae36702ffcf9 |
line wrap: on
line source
PLUGIN = vorbis${PLUGIN_SUFFIX} SRCS = configure.c \ fileinfo.c \ vcedit.c \ vorbis.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${OGG_VORBIS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. LIBS += ${OGG_VORBIS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}