svn commit: samba r6894 - in branches/tmp/pidl2/source: auth libcli rpc_server torture utils

jelmer at samba.org jelmer at samba.org
Wed May 18 23:22:30 GMT 2005


Author: jelmer
Date: 2005-05-18 23:22:29 +0000 (Wed, 18 May 2005)
New Revision: 6894

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

Log:
Fix some config issues

Modified:
   branches/tmp/pidl2/source/auth/config.mk
   branches/tmp/pidl2/source/libcli/config.mk
   branches/tmp/pidl2/source/rpc_server/config.mk
   branches/tmp/pidl2/source/torture/config.mk
   branches/tmp/pidl2/source/utils/config.mk


Changeset:
Modified: branches/tmp/pidl2/source/auth/config.mk
===================================================================
--- branches/tmp/pidl2/source/auth/config.mk	2005-05-18 20:56:22 UTC (rev 6893)
+++ branches/tmp/pidl2/source/auth/config.mk	2005-05-18 23:22:29 UTC (rev 6894)
@@ -31,7 +31,7 @@
 		auth/auth_winbind.o
 REQUIRED_SUBSYSTEMS = \
 		LIB_WINBIND_CLIENT \
-		NDR_NETLOGON NDR
+		NDR_NETLOGON LIBNDR
 # End MODULE auth_winbind
 #######################
 
@@ -43,7 +43,7 @@
 INIT_OBJ_FILES = \
 		auth/auth_domain.o
 REQUIRED_SUBSYSTEMS = \
-		NDR_NETLOGON NDR
+		NDR_NETLOGON LIBNDR
 # End MODULE auth_winbind
 #######################
 

Modified: branches/tmp/pidl2/source/libcli/config.mk
===================================================================
--- branches/tmp/pidl2/source/libcli/config.mk	2005-05-18 20:56:22 UTC (rev 6893)
+++ branches/tmp/pidl2/source/libcli/config.mk	2005-05-18 23:22:29 UTC (rev 6894)
@@ -35,7 +35,7 @@
 	libcli/nbt/nameregister.o \
 	libcli/nbt/namerefresh.o \
 	libcli/nbt/namerelease.o
-REQUIRED_SUBSYSTEMS = NDR_RAW NDR_NBT SOCKET LIBCLI_COMPOSITE_BASE LIBEVENTS
+REQUIRED_SUBSYSTEMS = LIBNDR_RAW NDR_NBT SOCKET LIBCLI_COMPOSITE_BASE LIBEVENTS
 
 [SUBSYSTEM::LIBCLI_DGRAM]
 ADD_OBJ_FILES = \

Modified: branches/tmp/pidl2/source/rpc_server/config.mk
===================================================================
--- branches/tmp/pidl2/source/rpc_server/config.mk	2005-05-18 20:56:22 UTC (rev 6893)
+++ branches/tmp/pidl2/source/rpc_server/config.mk	2005-05-18 23:22:29 UTC (rev 6894)
@@ -197,7 +197,7 @@
 		rpc_server/handles.o
 REQUIRED_SUBSYSTEMS = \
 		LIBCLI_AUTH \
-		NDR
+		LIBNDR
 #
 # End SUBSYSTEM DCERPC
 ################################################

Modified: branches/tmp/pidl2/source/torture/config.mk
===================================================================
--- branches/tmp/pidl2/source/torture/config.mk	2005-05-18 20:56:22 UTC (rev 6893)
+++ branches/tmp/pidl2/source/torture/config.mk	2005-05-18 23:22:29 UTC (rev 6894)
@@ -63,7 +63,7 @@
 ADD_OBJ_FILES = \
 		torture/com/simple.o
 REQUIRED_SUBSYSTEMS = \
-		LIBCOM LIBDCOM
+		COM DCOM
 # End SUBSYSTEM TORTURE_COM
 #################################
 

Modified: branches/tmp/pidl2/source/utils/config.mk
===================================================================
--- branches/tmp/pidl2/source/utils/config.mk	2005-05-18 20:56:22 UTC (rev 6893)
+++ branches/tmp/pidl2/source/utils/config.mk	2005-05-18 23:22:29 UTC (rev 6894)
@@ -10,7 +10,7 @@
 		LIBCMDLINE \
 		LIBBASIC \
 		NDR_ALL \
-		RPC
+		LIBRPC
 # FIXME: ndrdump shouldn't have to depend on RPC...
 # End BINARY ndrdump
 #################################
@@ -25,7 +25,7 @@
 		LIBCMDLINE \
 		LIBBASIC \
 		LIBSMB \
-		RPC
+		LIBRPC
 # End BINARY ntlm_auth
 #################################
 
@@ -38,7 +38,7 @@
 		CONFIG \
 		LIBCMDLINE \
 		LIBBASIC \
-		RPC \
+		LIBRPC \
 		NDR_XATTR
 # End BINARY getntacl
 #################################
@@ -52,7 +52,7 @@
 		CONFIG \
 		LIBCMDLINE \
 		LIBBASIC \
-		RPC
+		LIBRPC
 # End BINARY setntacl
 #################################
 
@@ -65,7 +65,7 @@
 		CONFIG \
 		LIBCMDLINE \
 		LIBBASIC \
-		RPC \
+		LIBRPC \
 		NDR_XATTR \
 		NDR_SAMR
 # End BINARY setnttoken



More information about the samba-cvs mailing list