From d808403bb0bb262f79b4695ab854ab770e05e7aa 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 --- daemons/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'daemons/configure.ac') diff --git a/daemons/configure.ac b/daemons/configure.ac index bfcdeadcd..e81aa60e3 100644 --- a/daemons/configure.ac +++ b/daemons/configure.ac @@ -5,6 +5,7 @@ AC_INIT([ipa-server], [https://hosted.fedoraproject.org/projects/freeipa/newticket]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_SUBDIRS([../asn1]) AM_INIT_AUTOMAKE([foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) @@ -305,6 +306,7 @@ AC_SUBST(LDFLAGS) AC_CONFIG_FILES([ Makefile + ../asn1/Makefile ipa-kdb/Makefile ipa-sam/Makefile ipa-otpd/Makefile -- cgit