aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/GNUmakefile8
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)