summaryrefslogtreecommitdiffstats
path: root/ipa-client/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-11-17 15:19:57 -0500
committerSimo Sorce <simo@redhat.com>2014-11-20 10:52:13 -0500
commitb1a30bff04fe9763b8b270590ec37084fd19b4e0 (patch)
tree4e42782080c991d02e4c75a81ccec48228f013de /ipa-client/configure.ac
parentc6afc489a1c9d86fd593bd47c4a8dae6d9a008d2 (diff)
downloadfreeipa-b1a30bff04fe9763b8b270590ec37084fd19b4e0.tar.gz
freeipa-b1a30bff04fe9763b8b270590ec37084fd19b4e0.tar.xz
freeipa-b1a30bff04fe9763b8b270590ec37084fd19b4e0.zip
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 <abokovoy@redhat.com> Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'ipa-client/configure.ac')
-rw-r--r--ipa-client/configure.ac2
1 files changed, 2 insertions, 0 deletions
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