diff options
author | lloyd <[email protected]> | 2008-11-07 01:08:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-07 01:08:32 +0000 |
commit | 4ffbade0f5e3d90a04a50a01efcdaaebeb097fef (patch) | |
tree | e8f622fc68e8778ae18fc8517e2410d86b796cda /doc | |
parent | 5be539461d4b491bb387b5444ebfc9b60b4cddda (diff) |
Add example line for installed Botan, commented out
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile index 655b9b0f0..eb49741f4 100644 --- a/doc/examples/GNUmakefile +++ b/doc/examples/GNUmakefile @@ -4,6 +4,9 @@ # this to the installed system version. BOTAN_CONFIG = ../../build/botan-17-config --prefix=../.. +# If installed: +#BOTAN_CONFIG = botan-config + CXX = g++ CFLAGS = -O2 -ansi -W -Wall $(shell $(BOTAN_CONFIG) --cflags) LIBS = $(shell $(BOTAN_CONFIG) --libs) |