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:34:27 -0500
commitd808403bb0bb262f79b4695ab854ab770e05e7aa (patch)
tree7605ca7d16e3f6a773aa52aea2241d19d8a0c6c3 /ipa-client/configure.ac
parent9a3342a1f8e03672f311eb269e2039cb7a045cde (diff)
downloadfreeipa-asn1c-indented.tar.gz
freeipa-asn1c-indented.tar.xz
freeipa-asn1c-indented.zip
Use asn1c helpers to encode/decode the getkeytab controlasn1c-indented
Replaces manual encoding with automatically generated code. Fixes: https://fedorahosted.org/freeipa/ticket/4718 https://fedorahosted.org/freeipa/ticket/4728
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