diff options
author | Tim Potter <tpot@samba.org> | 2004-10-28 06:16:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:52 -0500 |
commit | fd608a16e2545aed7bde90b522d614e67de9d7e8 (patch) | |
tree | 3fbb26bfdd8ad128c8cca3a249924df47f54953e /source4/build/smb_build/makefile.pl | |
parent | d718b7f683cc4947acde79ab6ef04eb27a5a44bf (diff) | |
download | samba-fd608a16e2545aed7bde90b522d614e67de9d7e8.tar.gz samba-fd608a16e2545aed7bde90b522d614e67de9d7e8.tar.bz2 samba-fd608a16e2545aed7bde90b522d614e67de9d7e8.zip |
r3310: Update dependencies for swig wrappers.
(This used to be commit 5dcb300fca592cc62d325c47c857b046c90e7b42)
Diffstat (limited to 'source4/build/smb_build/makefile.pl')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index 2dbc977273..3f79b50825 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -774,7 +774,9 @@ PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\ \$(SUBSYSTEM_CHARSET_OBJS) \\ \$(SUBSYSTEM_LIBSMB_OBJS) \\ \$(SUBSYSTEM_DCERPC_COMMON_OBJS) \\ - \$(SUBSYSTEM_LIB_WINBIND_CLIENT_OBJS) + \$(SUBSYSTEM_LIB_WINBIND_CLIENT_OBJS) \\ + \$(SUBSYSTEM_SOCKET_OBJS) \\ + \$(SUBSYSTEM_LIBREPLACE_OBJS) PYTHON_DCERPC_LIBS = -lldap |