Mercurial > audlegacy-plugins
view src/wav/Makefile @ 2388:2fe51f6ddb36
Trim whitespace on front of mod titles. (Bugzilla #175)
author | BioHazard <biohazard@bak.rr.com> |
---|---|
date | Thu, 14 Feb 2008 15:43:46 -0600 |
parents | 5561e63e9133 |
children |
line wrap: on
line source
include ../../extra.mk PLUGIN = wav${PLUGIN_SUFFIX} SRCS = wav.c include ../../buildsys.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}