diff options
author | lloyd <[email protected]> | 2008-11-21 16:56:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-21 16:56:12 +0000 |
commit | 6ab705d2308cc4782c111a33382490b4734bf364 (patch) | |
tree | 29df606a5a8f54575d0039adddaf6b6126a63846 /doc | |
parent | 4db9d2279629408a9df94b887a65c6aabcefeb6f (diff) |
Fix examples makefile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/GNUmakefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile index eb49741f4..d854c81d8 100644 --- a/doc/examples/GNUmakefile +++ b/doc/examples/GNUmakefile @@ -1,11 +1,5 @@ -# You must modify generated botan-17-config for workspace builds -# (see that file for details), or else install Botan and direct -# this to the installed system version. -BOTAN_CONFIG = ../../build/botan-17-config --prefix=../.. - -# If installed: -#BOTAN_CONFIG = botan-config +BOTAN_CONFIG = botan-config CXX = g++ CFLAGS = -O2 -ansi -W -Wall $(shell $(BOTAN_CONFIG) --cflags) |