aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/examples/GNUmakefile3
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)