mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
Install pidl by default if ExtUtils::MakeMaker is available. This should make the build process for openchange users easier.
(This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
This commit is contained in:
parent
30ccc36b8d
commit
faa3dec34a
@ -26,6 +26,7 @@ m4_include(lib/popt/samba.m4)
|
||||
m4_include(lib/charset/config.m4)
|
||||
m4_include(lib/socket/config.m4)
|
||||
m4_include(nsswitch/nsstest.m4)
|
||||
m4_include(pidl/config.m4)
|
||||
|
||||
AC_CONFIG_FILES(lib/registry/registry.pc)
|
||||
AC_CONFIG_FILES(librpc/dcerpc.pc)
|
||||
|
@ -2,5 +2,3 @@
|
||||
OBJ_FILES = wbclient.o
|
||||
PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBEVENTS
|
||||
PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING
|
||||
|
||||
PUBLIC_HEADERS += libcli/wbclient/wbclient.h
|
||||
|
@ -7,6 +7,10 @@ pidl-testcov: pidl/Makefile
|
||||
installpidl:: pidl/Makefile
|
||||
$(MAKE) -C pidl install_vendor PREFIX=$(prefix)
|
||||
|
||||
ifeq ($(HAVE_PERL_EXTUTILS_MAKEMAKER),1)
|
||||
install:: installpidl
|
||||
endif
|
||||
|
||||
idl_full:: pidl/lib/Parse/Pidl/IDL.pm pidl/lib/Parse/Pidl/Expr.pm
|
||||
@CPP="$(CPP)" PERL="$(PERL)" srcdir=$(srcdir) $(srcdir)/script/build_idl.sh FULL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user