From e2b81629ad0989e17aff8caef610488bb9670268 Mon Sep 17 00:00:00 2001 From: Robin Nicholson Date: Sat, 17 Mar 2018 09:05:02 +0100 Subject: [PATCH] added rpath --- examples/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/makefile b/examples/makefile index b18844d..15ad39e 100644 --- a/examples/makefile +++ b/examples/makefile @@ -28,3 +28,5 @@ all : $(BINARIES) include ../makefile.inc +LD_FLAGS += -Wl,-rpath,$(PWD)/.. -Wl,-rpath,$(PWD) +