Mercurial > audlegacy-plugins
view src/wavpack/Makefile @ 1923:bf6a0330c939
- Properly check if we could read the use_proxy property from the config
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Sun, 30 Sep 2007 21:33:58 +0200 |
parents | 5c01978673ca |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = wavpack${PLUGIN_SUFFIX} SRCS = tags.cxx \ ui.cxx \ libwavpack.cxx plugindir = audacious/${INPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${WAVPACK_CFLAGS} -I../../intl -I../.. CXXFLAGS += ${PLUGIN_CFLAGS} LDFLAGS += -lstdc++ LIBS += ${WAVPACK_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}