diff options
author | Jim McDonough <jmcd@samba.org> | 2002-02-01 16:17:39 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-02-01 16:17:39 +0000 |
commit | 47f7fb01a84707185f6a51f714e6e2c8503142f5 (patch) | |
tree | ad97c1ade91de00f66668aa0566f1177e8fd8b07 /source3 | |
parent | ecc2e1e3b8981fd72217ed513f2bab1ded46006d (diff) | |
download | samba-47f7fb01a84707185f6a51f714e6e2c8503142f5.tar.gz samba-47f7fb01a84707185f6a51f714e6e2c8503142f5.tar.bz2 samba-47f7fb01a84707185f6a51f714e6e2c8503142f5.zip |
Add ldap_printer.c build for ADS printer objects.
(This used to be commit 085f5ab03e0e4994315b9a0eeb5cb2a625b784f8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c90a23b2c9..7dfd960a37 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -135,7 +135,8 @@ UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ PARAM_OBJ = param/loadparm.o param/params.o dynconfig.o -LIBADS_OBJ = libads/ldap.o libads/sasl.o libads/krb5_setpw.o libads/kerberos.o \ +LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o libads/sasl.o \ + libads/krb5_setpw.o libads/kerberos.o \ libads/ads_struct.o libads/ads_status.o passdb/secrets.o \ libads/util.o |