summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth/kerberos/kerberos_pac.c (renamed from libcli/auth/kerberos_pac.c)0
-rw-r--r--auth/kerberos/wscript_build2
-rw-r--r--libcli/auth/wscript_build2
-rw-r--r--source3/Makefile.in2
4 files changed, 3 insertions, 3 deletions
diff --git a/libcli/auth/kerberos_pac.c b/auth/kerberos/kerberos_pac.c
index 79d51b26453..79d51b26453 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 c289aab8397..10707708f09 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 262d483e068..ab6ca4f94d8 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 1e8b5bb994c..baac3cdcafe 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