Mercurial > audlegacy-plugins
view src/filewriter/Makefile @ 2114:0d77ec0c71d4
Send any query strings along with the HTTP request.
Reported by: Joel Klinghed <the_jk -at- yahoo.com>; Bugzilla #31.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 20 Oct 2007 19:33:44 -0500 |
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}