Mercurial > audlegacy-plugins
view src/filewriter/Makefile @ 2145:e685ac3817fb
Updated French translation.
author | Stany HENRY <StrassBoy@gmail.com> |
---|---|
date | Tue, 30 Oct 2007 15:29:06 +0100 |
parents | 6e4ad45c21d6 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = filewriter${PLUGIN_SUFFIX} SRCS = filewriter.c \ wav.c \ mp3.c \ vorbis.c \ flac.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${GTK_CFLAGS} ${PANGO_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${FILEWRITER_CFLAGS} ${OGG_VORBIS_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${FILEWRITER_LIBS}