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/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa-client/configure.ac') diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac index 34625622d..78da8e6e4 100644 --- a/ipa-client/configure.ac +++ b/ipa-client/configure.ac @@ -8,6 +8,7 @@ AC_PROG_LIBTOOL AC_CONFIG_SRCDIR([ipaclient/__init__.py]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_SUBDIRS([../asn1]) AM_INIT_AUTOMAKE([foreign]) @@ -205,6 +206,7 @@ dnl --------------------------------------------------------------------------- AC_CONFIG_FILES([ Makefile + ../asn1/Makefile ipaclient/Makefile ipa-install/Makefile man/Makefile -- cgit