From fa1445f4bc962efb3e639d3a4e345b1db14155b7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 9 Jul 2005 15:32:08 +0000 Subject: r8264: - Use standard perl package structure for pidl. - Only "use" pidl modules in the main executable when necessary Try 'make install' in build/pidl to install the package (should work stand-alone). (This used to be commit c620095692122a65ae1c5d85ca20468d4de93c54) --- source4/build/smb_build/makefile.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/build/smb_build/makefile.pm') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 97dd0b5710..a32a93af0a 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -129,14 +129,14 @@ sub _prepare_IDL($) my $ctx = shift; return << '__EOD__'; -idl_full: build/pidl/idl.pm +idl_full: build/pidl/Parse/Pidl/IDL.pm CPP="@CPP@" PERL="$(PERL)" script/build_idl.sh FULL @PIDL_ARGS@ -idl: build/pidl/idl.pm +idl: build/pidl/Parse/Pidl/IDL.pm @CPP="@CPP@" PERL="$(PERL)" script/build_idl.sh PARTIAL @PIDL_ARGS@ -build/pidl/idl.pm: build/pidl/idl.yp - -yapp -s build/pidl/idl.yp +build/pidl/Parse/Pidl/IDL.pm: build/pidl/idl.yp + -yapp -s -m 'Parse::Pidl::IDL' -o build/pidl/Parse/Pidl/IDL.pm build/pidl/idl.yp pch: proto include/includes.h.gch -- cgit