From b1a30bff04fe9763b8b270590ec37084fd19b4e0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 17 Nov 2014 15:19:57 -0500 Subject: Use asn1c helpers to encode/decode the getkeytab control Replaces manual encoding with automatically generated code. Fixes: https://fedorahosted.org/freeipa/ticket/4718 https://fedorahosted.org/freeipa/ticket/4728 Reviewed-By: Alexander Bokovoy Reviewed-By: Nathaniel McCallum --- ipa-client/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipa-client/Makefile.am') diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am index 2df175e53..b9c7020f3 100644 --- a/ipa-client/Makefile.am +++ b/ipa-client/Makefile.am @@ -14,11 +14,13 @@ export AM_CFLAGS KRB5_UTIL_DIR=../util KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c +ASN1_UTIL_DIR=../asn1 AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ -I$(KRB5_UTIL_DIR) \ + -I$(ASN1_UTIL_DIR) \ -DPREFIX=\""$(prefix)"\" \ -DBINDIR=\""$(bindir)"\" \ -DLIBDIR=\""$(libdir)"\" \ @@ -45,6 +47,7 @@ ipa_getkeytab_SOURCES = \ $(NULL) ipa_getkeytab_LDADD = \ + ../asn1/libipaasn1.la \ $(KRB5_LIBS) \ $(OPENLDAP_LIBS) \ $(SASL_LIBS) \ @@ -80,6 +83,7 @@ ipa_join_LDADD = \ $(NULL) SUBDIRS = \ + ../asn1 \ ipaclient \ ipa-install \ man \ -- cgit