diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2013-08-30 22:07:30 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-02 17:33:34 +0200 |
commit | 3275c56e7b5dd36d25e0a971bf90c70179f0ab8f (patch) | |
tree | 515ce66a2bcf9f29c8ddaac2b5b8e401beb82a77 | |
parent | d98fdd80331e93cd698281341360a3ce3e30afbe (diff) | |
download | sssd-3275c56e7b5dd36d25e0a971bf90c70179f0ab8f.tar.gz sssd-3275c56e7b5dd36d25e0a971bf90c70179f0ab8f.tar.xz sssd-3275c56e7b5dd36d25e0a971bf90c70179f0ab8f.zip |
AUTOMAKE: Add missing escaped newline
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4981ed94d..b913a12b8 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) \ |