summaryrefslogtreecommitdiff
path: root/security/heimdal/files/patch-kdc-Makefile.am
blob: c8ad9e562200c7f09067e9d770778a40c255f00e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- kdc/Makefile.am.orig	2016-12-20 23:23:06.000000000 +0900
+++ kdc/Makefile.am	2020-03-13 04:31:52.289449000 +0900
@@ -47,10 +47,13 @@
 	pkinit-ec.c		\
 	log.c			\
 	misc.c			\
-	kx509.c			\
+	$(libkdc_pkinit)	\
 	process.c		\
 	windc.c			\
 	rx.h
+if KX509
+libkdc_pkinit = kx509.c
+endif
 
 KDC_PROTOS = $(srcdir)/kdc-protos.h $(srcdir)/kdc-private.h