aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/GNUmakefile
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-05-30 20:15:40 +0000
committerlloyd <[email protected]>2012-05-30 20:15:40 +0000
commit75db296a459a9e25b112207707cc5e26a6f2b872 (patch)
tree1669e9faf368c73339e2c99f9022ff49e8b09ad0 /doc/examples/GNUmakefile
parent948f7c920de53ba14734a0fda407d7a8746db7f5 (diff)
Fix examples building
Diffstat (limited to 'doc/examples/GNUmakefile')
-rw-r--r--doc/examples/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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)