From 75db296a459a9e25b112207707cc5e26a6f2b872 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 30 May 2012 20:15:40 +0000 Subject: Fix examples building --- doc/examples/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile index b034cac78..c342b4cb2 100644 --- a/doc/examples/GNUmakefile +++ b/doc/examples/GNUmakefile @@ -1,9 +1,9 @@ BOTAN_CONFIG = botan-config -CXX = g++-4.8.0-r187608 +CXX = g++-4.7.0 CFLAGS = -O2 -ansi -std=c++0x -W -Wall -I../../build/include -LIBS = -L../.. -lbotan-1.99 +LIBS = -L../.. -lbotan-1.11 SRCS=$(wildcard *.cpp) -- cgit v1.2.3