From 4ffbade0f5e3d90a04a50a01efcdaaebeb097fef Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 7 Nov 2008 01:08:32 +0000 Subject: Add example line for installed Botan, commented out --- doc/examples/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/examples') 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) -- cgit v1.2.3