From c4a192553a8e943b2dc7e270a36afeb98e6177f3 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 2 Nov 2004 11:05:25 +0000 Subject: r3473: Add LIBCRYPTO_OBJS to python extensions. (This used to be commit f9038ee62f623ea07ca4c320b979e876464dcc96) --- source4/build/smb_build/makefile.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index a3187daaa7..aad2a92f39 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -778,7 +778,8 @@ PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\ \$(SUBSYSTEM_LIB_WINBIND_CLIENT_OBJS) \\ \$(SUBSYSTEM_SOCKET_OBJS) \\ \$(SUBSYSTEM_LIBREPLACE_OBJS) \\ - \$(SUBSYSTEM_LIBNETIF_OBJS) + \$(SUBSYSTEM_LIBNETIF_OBJS) \\ + \$(SUBSYSTEM_LIBCRYPTO_OBJS) PYTHON_DCERPC_LIBS = -lldap -- cgit