diff options
author | Tim Potter <tpot@samba.org> | 2004-10-25 05:52:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:39 -0500 |
commit | 1ca4b01031fc2acb1f5d631d04c09d1e82279457 (patch) | |
tree | 21f64f59935b6c9299276953b9a3547aae417c1d /source4/build | |
parent | 53e22ff5096fda6ebdf6a86ff5fae87ccb133d5e (diff) | |
download | samba-1ca4b01031fc2acb1f5d631d04c09d1e82279457.tar.gz samba-1ca4b01031fc2acb1f5d631d04c09d1e82279457.tar.bz2 samba-1ca4b01031fc2acb1f5d631d04c09d1e82279457.zip |
r3196: Grr - add more useless dependencies to get swig wrappers to build.
(This used to be commit cc3f71c4658de6bb8216905d7657f6217dc55ba0)
Diffstat (limited to 'source4/build')
-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 5e24829263..2dbc977273 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 |