[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-140-g5e988a3

Jelmer Vernooij jelmer at samba.org
Mon Apr 14 20:44:07 GMT 2008


The branch, v4-0-test has been updated
       via  5e988a34ded288660c6e543e59b566ec12d2fba7 (commit)
      from  d2d564ad2e9b7cb0440a30a302176cce333649c7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 5e988a34ded288660c6e543e59b566ec12d2fba7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Apr 14 19:41:13 2008 +0200

    Explicitly specify the paths when installing pidl.

-----------------------------------------------------------------------

Summary of changes:
 source/pidl/config.mk |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/pidl/config.mk b/source/pidl/config.mk
index cdc3843..38542f5 100644
--- a/source/pidl/config.mk
+++ b/source/pidl/config.mk
@@ -5,7 +5,12 @@ pidl-testcov: pidl/Makefile
 	cd pidl && cover -test
 
 installpidl:: pidl/Makefile
-	$(MAKE) -C pidl install_vendor VENDORPREFIX=$(prefix)
+	$(MAKE) -C pidl install_vendor VENDORPREFIX=$(prefix) \
+		                           INSTALLVENDORLIB=$(libdir) \
+								   INSTALLVENDORBIN=$(bindir) \
+								   INSTALLVENDORSCRIPT=$(bindir) \
+								   INSTALLVENDORMAN1DIR=$(mandir)/man1 \
+								   INSTALLVENDORMAN3DIR=$(mandir)/man3
 
 ifeq ($(HAVE_PERL_EXTUTILS_MAKEMAKER),1)
 install:: installpidl


-- 
Samba Shared Repository


More information about the samba-cvs mailing list