view src/wavpack/Makefile @ 2052:6f99796c8fe0

Add plugin.h include to fix audacious_info_dialog symbol
author Christian Birchinger <joker@netswarm.net>
date Sun, 14 Oct 2007 03:28:44 +0200
parents 6d33dffd1382
children ae36702ffcf9
line wrap: on
line source

PLUGIN = wavpack${PLUGIN_SUFFIX}

SRCS = tags.cxx		\
       ui.cxx		\
       libwavpack.cxx

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}

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}