From 6915cad1274a8495439b41d5046daeef24d2c36b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 22 Dec 2007 00:47:44 -0600 Subject: r26560: Add script for running in valgrind. (This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82) --- source4/main.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index c572f7e79c..38c76bb99c 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -43,6 +43,8 @@ manpages: $(MANPAGES) all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods everything: all libraries headers +LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(builddir)/bin/shared + # 'make testsuite' creates all binaries which are # needed by samba3's 'make test' and the build-farm # scripts use that it as fallback in case -- cgit