From 5daf957362dcfe61abcdb2e6b6b29c6e0463af40 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 28 Jun 2005 10:58:41 +0000 Subject: r7980: Forgot to add kerberos_pac.c to this config.mk file. Andrew Bartlett (This used to be commit bba58a1876353effbef540dd0db9e66db5343c35) --- source4/auth/kerberos/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth') diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk index 38c8862747..62710f3cc4 100644 --- a/source4/auth/kerberos/config.mk +++ b/source4/auth/kerberos/config.mk @@ -6,6 +6,7 @@ ADD_OBJ_FILES = \ auth/kerberos/clikrb5.o \ auth/kerberos/kerberos_verify.o \ auth/kerberos/kerberos_util.o \ + auth/kerberos/kerberos_pac.o \ auth/kerberos/gssapi_parse.o # End SUBSYSTEM KERBEROS ################################# -- cgit