diff options
-rw-r--r-- | auth/kerberos/kerberos_pac.c (renamed from libcli/auth/kerberos_pac.c) | 0 | ||||
-rw-r--r-- | auth/kerberos/wscript_build | 2 | ||||
-rw-r--r-- | libcli/auth/wscript_build | 2 | ||||
-rw-r--r-- | source3/Makefile.in | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/libcli/auth/kerberos_pac.c b/auth/kerberos/kerberos_pac.c index 79d51b2645..79d51b2645 100644 --- a/libcli/auth/kerberos_pac.c +++ b/auth/kerberos/kerberos_pac.c diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build index c289aab839..10707708f0 100644 --- a/auth/kerberos/wscript_build +++ b/auth/kerberos/wscript_build @@ -1,3 +1,3 @@ bld.SAMBA_SUBSYSTEM('KRB5_PAC', - source='gssapi_pac.c', + source='gssapi_pac.c kerberos_pac.c', deps='gssapi_krb5 krb5 ndr-krb5pac') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index 262d483e06..ab6ca4f94d 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -40,5 +40,5 @@ bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE', deps='asn1util') bld.SAMBA_SUBSYSTEM('KRB5_WRAP', - source='krb5_wrap.c kerberos_pac.c', + source='krb5_wrap.c', deps='gssapi_krb5 krb5 ndr-krb5pac com_err KRB5_PAC') diff --git a/source3/Makefile.in b/source3/Makefile.in index 1e8b5bb994..baac3cdcaf 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -512,7 +512,7 @@ LIBADS_OBJ = libads/ldap.o \ libads/disp_sec.o libads/ldap_utils.o \ libads/ldap_schema.o libads/util.o libads/ndr.o -LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o ../libcli/auth/kerberos_pac.o \ +LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o ../auth/kerberos/kerberos_pac.o \ ../librpc/ndr/ndr_krb5pac.o \ librpc/gen_ndr/ndr_krb5pac.o |