diff options
author | Simo Sorce <simo@redhat.com> | 2014-11-17 15:19:57 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-11-20 10:34:27 -0500 |
commit | d808403bb0bb262f79b4695ab854ab770e05e7aa (patch) | |
tree | 7605ca7d16e3f6a773aa52aea2241d19d8a0c6c3 /daemons/configure.ac | |
parent | 9a3342a1f8e03672f311eb269e2039cb7a045cde (diff) | |
download | freeipa-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 'daemons/configure.ac')
-rw-r--r-- | daemons/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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 |