diff options
author | Tim Potter <tpot@samba.org> | 2004-11-02 11:05:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:18 -0500 |
commit | c4a192553a8e943b2dc7e270a36afeb98e6177f3 (patch) | |
tree | b66f758aa406166e4bdc991c01b9a1f9e8e6655b | |
parent | c2c044386109fc61d71ac89e2a4b8a0d9c6ac186 (diff) | |
download | samba-c4a192553a8e943b2dc7e270a36afeb98e6177f3.tar.gz samba-c4a192553a8e943b2dc7e270a36afeb98e6177f3.tar.bz2 samba-c4a192553a8e943b2dc7e270a36afeb98e6177f3.zip |
r3473: Add LIBCRYPTO_OBJS to python extensions.
(This used to be commit f9038ee62f623ea07ca4c320b979e876464dcc96)
-rw-r--r-- | source4/build/smb_build/makefile.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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 |