mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Fix installation of pidl perl files, torture pc file.
(This used to be commit 32da606e37
)
This commit is contained in:
parent
ca6ac11b46
commit
d0096e90ba
@ -5,6 +5,9 @@ PUBLIC_DEPENDENCIES = \
|
||||
LIBSAMBA-UTIL \
|
||||
LIBTALLOC
|
||||
|
||||
TORTURE_VERSION = 0.0.1
|
||||
TORTURE_SO_VERSION = 0
|
||||
|
||||
PC_FILES += lib/torture/torture.pc
|
||||
torture_OBJ_FILES = $(addprefix lib/torture/, torture.o)
|
||||
|
||||
|
@ -340,7 +340,7 @@ NDR_WINSREPL_OBJ_FILES = librpc/gen_ndr/ndr_winsrepl.o
|
||||
PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON
|
||||
|
||||
NDR_WINBIND_OBJ_FILES = librpc/gen_ndr/ndr_winbind.o
|
||||
PUBLIC_HEADERS += librpc/gen_ndr/winbind.h
|
||||
#PUBLIC_HEADERS += librpc/gen_ndr/winbind.h
|
||||
|
||||
librpc/idl-deps:
|
||||
./librpc/idl-deps.pl librpc/idl/*.idl >$@
|
||||
|
@ -6,7 +6,7 @@ pidl-testcov: pidl/Makefile
|
||||
|
||||
installpidl:: pidl/Makefile
|
||||
$(MAKE) -C pidl install_vendor VENDORPREFIX=$(prefix) \
|
||||
INSTALLVENDORLIB=$(libdir) \
|
||||
INSTALLVENDORLIB=$(datarootdir)/perl5 \
|
||||
INSTALLVENDORBIN=$(bindir) \
|
||||
INSTALLVENDORSCRIPT=$(bindir) \
|
||||
INSTALLVENDORMAN1DIR=$(mandir)/man1 \
|
||||
|
Loading…
Reference in New Issue
Block a user