Mercurial > audlegacy-plugins
changeset 2016:5d6cf50e905b
In attempt to fix the regression...
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 17:11:39 +0300 |
parents | 185c316a2fea |
children | 6d33dffd1382 |
files | src/console/Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/console/Makefile Wed Oct 10 20:31:40 2007 +0300 +++ b/src/console/Makefile Thu Oct 11 17:11:39 2007 +0300 @@ -56,6 +56,8 @@ plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} +LD = ${CXX} + CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../..