summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-18 12:02:42 +0200
committerDavid Kupka <dkupka@redhat.com>2016-10-24 13:30:12 +0200
commitc8be979b3263723a9ab7b3c71efbe85b42d981e9 (patch)
tree9216cbbf227566bfd8e864c5c1f76d9ade825c69 /client
parent8acb1f37f581e92a56951c069c990c77e83f3c42 (diff)
downloadfreeipa-c8be979b3263723a9ab7b3c71efbe85b42d981e9.tar.gz
freeipa-c8be979b3263723a9ab7b3c71efbe85b42d981e9.tar.xz
freeipa-c8be979b3263723a9ab7b3c71efbe85b42d981e9.zip
Build: use libutil convenience library for client
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 'client')
-rw-r--r--client/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 3f6caafe3..d5730aa04 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -1,6 +1,6 @@
# This file will be processed with automake-1.7 to create Makefile.in
-AUTOMAKE_OPTIONS = 1.7
+AUTOMAKE_OPTIONS = 1.7 subdir-objects
NULL =
@@ -13,7 +13,6 @@ endif
export AM_CFLAGS
KRB5_UTIL_DIR=../util
-KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c
ASN1_UTIL_DIR=../asn1
IPA_CONF_FILE=$(sysconfdir)/ipa/default.conf
@@ -57,6 +56,7 @@ ipa_getkeytab_SOURCES = \
ipa_getkeytab_LDADD = \
../asn1/libipaasn1.la \
+ $(KRB5_UTIL_DIR)/libutil.la \
$(KRB5_LIBS) \
$(LDAP_LIBS) \
$(SASL_LIBS) \