diff options
author | Günther Deschner <gd@samba.org> | 2007-08-30 16:02:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:23 -0500 |
commit | b2a1a4a0fe759d837d811c64b84917d51e48e35d (patch) | |
tree | 1af070a57459728e53119ec121dab70c3533c6ab /source3 | |
parent | 3e4c094e61702bb07619e256efa7ab5e713f82db (diff) | |
download | samba-b2a1a4a0fe759d837d811c64b84917d51e48e35d.tar.gz samba-b2a1a4a0fe759d837d811c64b84917d51e48e35d.tar.bz2 samba-b2a1a4a0fe759d837d811c64b84917d51e48e35d.zip |
r24806: Fix the build, sorry...
Guenther
(This used to be commit cd1fccaf8f2ad6e6e4c51909aa7a925efc0a13c4)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0bd6237c6c..924dbb203e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -322,9 +322,9 @@ LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o \ libads/krb5_setpw.o libads/ldap_user.o \ libads/ads_struct.o libads/kerberos_keytab.o \ libads/disp_sec.o libads/ads_utils.o libads/ldap_utils.o \ - libads/cldap.o libads/ldap_schema.o + libads/cldap.o libads/ldap_schema.o libads/util.o -LIBADS_SERVER_OBJ = libads/util.o libads/kerberos_verify.o libads/authdata.o +LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o SECRETS_OBJ = passdb/secrets.o passdb/machine_sid.o |