From 1ca4b01031fc2acb1f5d631d04c09d1e82279457 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 25 Oct 2004 05:52:00 +0000 Subject: [PATCH] r3196: Grr - add more useless dependencies to get swig wrappers to build. (This used to be commit cc3f71c4658de6bb8216905d7657f6217dc55ba0) --- source4/build/smb_build/makefile.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index 5e248292636..2dbc977273d 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -773,7 +773,8 @@ PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\ \$(SUBSYSTEM_LIBLDB_OBJS) \\ \$(SUBSYSTEM_CHARSET_OBJS) \\ \$(SUBSYSTEM_LIBSMB_OBJS) \\ - \$(SUBSYSTEM_DCERPC_COMMON_OBJS) + \$(SUBSYSTEM_DCERPC_COMMON_OBJS) \\ + \$(SUBSYSTEM_LIB_WINBIND_CLIENT_OBJS) PYTHON_DCERPC_LIBS = -lldap -- 2.34.1