summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-12 10:52:43 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-18 10:47:59 +0200
commit152ed75ff6e55489e27c201b27ee6eb5c4db0480 (patch)
treea653b0686f4f92ccdae3bb186dc286af2a52f1e2 /daemons
parentb9d68b5c3503bb708f637be6bb173a742b4105b4 (diff)
downloadfreeipa-152ed75ff6e55489e27c201b27ee6eb5c4db0480.tar.gz
freeipa-152ed75ff6e55489e27c201b27ee6eb5c4db0480.tar.xz
freeipa-152ed75ff6e55489e27c201b27ee6eb5c4db0480.zip
Build: add missing KRB5_LIBS to daemons/ipa-otpd
It was working accidentally because krb5 libs are part of OPENLDAP_LIBS. Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ipa-otpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/ipa-otpd/Makefile.am b/daemons/ipa-otpd/Makefile.am
index d2e167964..9ba623756 100644
--- a/daemons/ipa-otpd/Makefile.am
+++ b/daemons/ipa-otpd/Makefile.am
@@ -1,5 +1,5 @@
-AM_CFLAGS := @LDAP_CFLAGS@ @LIBVERTO_CFLAGS@
-AM_LDFLAGS := @LDAP_LIBS@ @LIBVERTO_LIBS@ @KRAD_LIBS@
+AM_CFLAGS := @LDAP_CFLAGS@ @LIBVERTO_CFLAGS@ @KRB5_CFLAGS@
+AM_LDFLAGS := @LDAP_LIBS@ @LIBVERTO_LIBS@ @KRAD_LIBS@ @KRB5_LIBS@
noinst_HEADERS = internal.h
appdir = $(libexecdir)/ipa/