diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 01:53:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 01:53:38 +0100 |
commit | 8ada2737005d8a5f065949ba13da43ef72c17d45 (patch) | |
tree | beed060b9d80667fe697827d9478f3a24ab4cd60 /source4/Makefile | |
parent | e6d55522507ef06abbc282547a7f65fbc4243b90 (diff) | |
download | samba-8ada2737005d8a5f065949ba13da43ef72c17d45.tar.gz |
Use make variable for Samba 4 shared library output directory.
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index 2d49efb93b2..442a62ef625 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -15,6 +15,7 @@ torturedir = ../lib/torture swatdir = $(datadir)/swat setupdir = $(datadir)/setup ncalrpcdir = $(localstatedir)/ncalrpc +shliboutputdir = $(builddir)/bin/shared BNLD = $(LD) BNLD_FLAGS = $(LDFLAGS) $(SYS_LDFLAGS) @@ -155,7 +156,7 @@ manpages:: $(MANPAGES) all:: showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers everything:: all -LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(builddir)/bin/shared +LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(shliboutputdir) # 'make testsuite' creates all binaries which are # needed by samba3's 'make test' and the build-farm |