aboutsummaryrefslogtreecommitdiffstats
path: root/examples/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GNUmakefile')
-rw-r--r--examples/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GNUmakefile b/examples/GNUmakefile
index 44fcfeea5..c386f4390 100644
--- a/examples/GNUmakefile
+++ b/examples/GNUmakefile
@@ -2,8 +2,8 @@
BOTAN_CONFIG = botan-config
CXX = g++
-CFLAGS = -O2 -ansi -W -Wall -I../../build/include
-LIBS = -L../.. -lbotan
+CFLAGS = -O2 -ansi -W -Wall -I../build/include
+LIBS = -L.. -lbotan
SRCS=$(wildcard *.cpp)