diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 19:41:13 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 19:41:13 +0200 |
commit | 43896320dd0a1fed1b1bedb46c99a7eb6498e816 (patch) | |
tree | 58593e3d768ce11cb4bb2a236c43772a3bd6a067 /source4/pidl | |
parent | 0fa663cc5dcbcf6a35f6d245881a5edff1a87108 (diff) | |
download | samba-43896320dd0a1fed1b1bedb46c99a7eb6498e816.tar.gz samba-43896320dd0a1fed1b1bedb46c99a7eb6498e816.tar.bz2 samba-43896320dd0a1fed1b1bedb46c99a7eb6498e816.zip |
Explicitly specify the paths when installing pidl.
(This used to be commit 1695e0e1ab3f2151490232462b0e3650eba96237)
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/config.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/pidl/config.mk b/source4/pidl/config.mk index cdc3843d28..38542f5b7f 100644 --- a/source4/pidl/config.mk +++ b/source4/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 |