diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-26 20:16:48 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-26 20:16:48 +0000 |
commit | 4c74bfcbda44f868bcfd2f5edae0868bab890626 (patch) | |
tree | 655652a2fbc85bee07003ab214e52d02fb44659a /source3/Makefile.in | |
parent | 43c5f197ef7da7ede60091986ad5e2f38a2a8587 (diff) | |
download | samba-4c74bfcbda44f868bcfd2f5edae0868bab890626.tar.gz samba-4c74bfcbda44f868bcfd2f5edae0868bab890626.tar.bz2 samba-4c74bfcbda44f868bcfd2f5edae0868bab890626.zip |
Remove LDAP_LIBS and just use LIBS again as before. I'll
fix this better later.
(This used to be commit c6807d20457325012c4c9edd137b2f1f67e98ec4)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 53f4fad9d2..4e02eb8317 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -987,7 +987,7 @@ bin/mysql.@SHLIBEXT@: $(MYSQL_OBJ) bin/ldapsam.@SHLIBEXT@: passdb/pdb_ldap.o @echo "Building plugin $@" - @$(SHLD) $(LDSHFLAGS) -o $@ @LDAP_LIBS@ passdb/pdb_ldap.o \ + @$(SHLD) $(LDSHFLAGS) -o $@ passdb/pdb_ldap.o \ @SONAMEFLAG@`basename $@` bin/tdbsam.@SHLIBEXT@: passdb/pdb_tdb.o |