From 477ab1d2ab2d7bc1264a19502b192f1933262414 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 2 Nov 2004 04:26:48 +0000 Subject: r3460: Add LIBNDR_GEN_OBJS and LIBNETIF_OBJS to swig objs. (This used to be commit f4c04fcf8f185b966c4ceb455aef4e9e54a98897) --- source4/build/smb_build/makefile.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index daaeb06c8e..e0cb3d0d86 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -772,6 +772,7 @@ scripting/swig/_tdb.so: scripting/swig/tdb.py scripting/swig/tdb_wrap.o \$(PYTHO PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\ \$(SUBSYSTEM_LIBNDR_RAW_OBJS) \\ + \$(SUBSYSTEM_LIBNDR_GEN_OBJS) \\ \$(SUBSYSTEM_LIBBASIC_OBJS) \\ \$(SUBSYSTEM_CONFIG_OBJS) \\ \$(SUBSYSTEM_LIBTDB_OBJS) \\ @@ -789,7 +790,8 @@ PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\ \$(SUBSYSTEM_DCERPC_COMMON_OBJS) \\ \$(SUBSYSTEM_LIB_WINBIND_CLIENT_OBJS) \\ \$(SUBSYSTEM_SOCKET_OBJS) \\ - \$(SUBSYSTEM_LIBREPLACE_OBJS) + \$(SUBSYSTEM_LIBREPLACE_OBJS) \\ + \$(SUBSYSTEM_LIBNETIF_OBJS) PYTHON_DCERPC_LIBS = -lldap -- cgit