svn commit: samba r17357 - in branches/SAMBA_4_0/source: . librpc

metze at samba.org metze at samba.org
Tue Aug 1 09:09:45 GMT 2006


Author: metze
Date: 2006-08-01 09:09:45 +0000 (Tue, 01 Aug 2006)
New Revision: 17357

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17357

Log:
- fix the build
- generate the IDL_NDR_* variables before using them
  (this was the reason I didn't noticed this error)

metze
Modified:
   branches/SAMBA_4_0/source/librpc/config.mk
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/librpc/config.mk	2006-08-01 09:06:18 UTC (rev 17356)
+++ branches/SAMBA_4_0/source/librpc/config.mk	2006-08-01 09:09:45 UTC (rev 17357)
@@ -336,6 +336,8 @@
 PUBLIC_HEADERS = gen_ndr/winbind.h
 PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON
 
+include ../heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl|
+
 librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES)
 	@echo Generating librpc/gen_ndr/tables.c
 	@$(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c $(IDL_NDR_PARSE_H_FILES) > librpc/gen_ndr/tables.x
@@ -356,7 +358,7 @@
 	NDR_NETLOGON NDR_TRKWKS NDR_KEYSVC NDR_KRB5PAC NDR_XATTR NDR_SCHANNEL \
 	NDR_ROT NDR_DRSBLOBS NDR_SVCCTL NDR_NBT NDR_WINSREPL NDR_SECURITY \
 	NDR_INITSHUTDOWN NDR_DNSSERVER NDR_WINSTATION NDR_IRPC NDR_DCOM NDR_OPENDB \
-	NDR_SASL_HELPERS NDR_NOTIFY
+	NDR_SASL_HELPERS NDR_NOTIFY NDR_WINBIND
 
 [LIBRARY::RPC_NDR_ROT]
 VERSION = 0.0.1

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-08-01 09:06:18 UTC (rev 17356)
+++ branches/SAMBA_4_0/source/main.mk	2006-08-01 09:09:45 UTC (rev 17357)
@@ -188,8 +188,6 @@
 uninstallpidl: pidl/Makefile
 	$(MAKE) -C pidl uninstall
 
-include heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl|
-
 $(IDL_HEADER_FILES) \
 	$(IDL_NDR_PARSE_H_FILES) $(IDL_NDR_PARSE_C_FILES) \
 	$(IDL_NDR_CLIENT_C_FILES) $(IDL_NDR_CLIENT_H_FILES) \



More information about the samba-cvs mailing list