diff options
author | lloyd <[email protected]> | 2012-05-30 20:15:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-05-30 20:15:40 +0000 |
commit | 75db296a459a9e25b112207707cc5e26a6f2b872 (patch) | |
tree | 1669e9faf368c73339e2c99f9022ff49e8b09ad0 /doc/examples/GNUmakefile | |
parent | 948f7c920de53ba14734a0fda407d7a8746db7f5 (diff) |
Fix examples building
Diffstat (limited to 'doc/examples/GNUmakefile')
-rw-r--r-- | doc/examples/GNUmakefile | 4 |
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) |