summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-12 18:51:50 +0200
committerDavid Kupka <dkupka@redhat.com>2016-10-24 13:30:12 +0200
commit6e1d777d2878de1e90e1dab4949075d31ffb0d52 (patch)
tree8e629a48713e83e89087665ead35effd34805f01 /configure.ac
parentb0cb6afa2308b9d96456f0355771ecbef0ca7263 (diff)
downloadfreeipa-6e1d777d2878de1e90e1dab4949075d31ffb0d52.tar.gz
freeipa-6e1d777d2878de1e90e1dab4949075d31ffb0d52.tar.xz
freeipa-6e1d777d2878de1e90e1dab4949075d31ffb0d52.zip
Build: merge asn1/configure.ac to top-level configure.ac
This broke ONLY_CLIENT option in SPEC file. It will be fixed later on. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e89a79a71..17bac9360 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,6 @@ 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])
@@ -283,6 +282,7 @@ AC_SUBST(LDFLAGS)
AC_CONFIG_FILES([
asn1/Makefile
+ asn1/asn1c/Makefile
daemons/Makefile
daemons/ipa-kdb/Makefile
daemons/ipa-sam/Makefile