Mercurial > audlegacy
changeset 596:cf5d067d00a0 trunk
[svn] fix libconsole linkage
author | nenolod |
---|---|
date | Thu, 02 Feb 2006 19:32:18 -0800 |
parents | 13a8fd9cbc33 |
children | 42272dd27ef5 |
files | Plugins/Input/console/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/console/Makefile.in Thu Feb 02 19:10:15 2006 -0800 +++ b/Plugins/Input/console/Makefile.in Thu Feb 02 19:32:18 2006 -0800 @@ -42,5 +42,5 @@ OBJECTS = ${SOURCES:.cpp=.o} -LIBADD += -lz $(GTK_LIBS) +LIBADD += -lz $(GTK_LIBS) -lstdc++ CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..