summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-08-30 22:07:30 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-02 17:33:34 +0200
commit3275c56e7b5dd36d25e0a971bf90c70179f0ab8f (patch)
tree515ce66a2bcf9f29c8ddaac2b5b8e401beb82a77
parentd98fdd80331e93cd698281341360a3ce3e30afbe (diff)
downloadsssd-3275c56e7b5dd36d25e0a971bf90c70179f0ab8f.tar.gz
sssd-3275c56e7b5dd36d25e0a971bf90c70179f0ab8f.tar.xz
sssd-3275c56e7b5dd36d25e0a971bf90c70179f0ab8f.zip
AUTOMAKE: Add missing escaped newline
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4981ed94..b913a12b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1595,7 +1595,7 @@ libsss_ipa_la_CFLAGS = \
$(AM_CFLAGS) \
$(LDAP_CFLAGS) \
$(DHASH_CFLAGS) \
- $(NDR_NBT_CFLAGS)
+ $(NDR_NBT_CFLAGS) \
$(KRB5_CFLAGS)
libsss_ipa_la_LIBADD = \
$(OPENLDAP_LIBS) \