diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-13 13:39:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:16 -0500 |
commit | 662013e60e777e3db43470eddcfdfbcbeded2e5a (patch) | |
tree | ff4a886ec95c14eba7c92e2a05ca7adcd0ff4f2a /source4/Makefile.in | |
parent | 17ddb68b54c6c550bc4614d33f7da69fc5f75633 (diff) | |
download | samba-662013e60e777e3db43470eddcfdfbcbeded2e5a.tar.gz samba-662013e60e777e3db43470eddcfdfbcbeded2e5a.tar.bz2 samba-662013e60e777e3db43470eddcfdfbcbeded2e5a.zip |
r194: fixed compile with ldap
(This used to be commit 3b4b528dc65bcb3b0de674e1d90c767244c94402)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index ea75d26ab9..e5b5d54f70 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -96,6 +96,7 @@ MODULES = $(CHARSET_MODULES) $(DCERPC_MODULES) $(NTVFS_MODULES) CHARSET_OBJS = @CHARSET_OBJS@ +LIBLDB_LDAP_OBJS = @LIBLDB_LDAP_OBJS@ LIBLDB_OBJS = @LIBLDB_OBJS@ LIBBASIC_OBJS = @LIBBASIC_OBJS@ |