On 08/31/2015 09:51 PM, Jakub Hrozek wrote:
On Mon, Aug 31, 2015 at 06:33:52PM +0200, Jakub Hrozek wrote:
On Thu, Aug 27, 2015 at 12:19:18PM +0200, Lukas Slebodnik wrote:
ACK

LS

* master: 11e8f3ecdddf8edd8b1bbe9f41b49ce8b709b92a

This patch broke distcheck:

../src/util/sss_cli_cmd.c  -fPIC -DPIC -o src/util/.libs/sss_cli_cmd.o
../src/util/sss_cli_cmd.c:21:30: fatal error: util/sss_cli_cmd.h: No
such file or directory
  #include "util/sss_cli_cmd.h"
                                ^

Please fix ASAP..
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel


I am sorry. There is a fix attached.

Petr
>From 93dbe494d14df22b6e33d100d40a3665a2990e56 Mon Sep 17 00:00:00 2001
From: Petr Cech <pc...@redhat.com>
Date: Tue, 1 Sep 2015 02:40:36 -0400
Subject: [PATCH] UTIL: Fixing Makefile.am for util/sss_cli_cmd.h

Last patch for ticket 2708 broke make distcheck. This is fix.

Resolves:
https://fedorahosted.org/sssd/ticket/2708
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index d4504aba3cc233a8eae8c04d37c54208dad233c0..ac6221f3ca0b414bd4eeebfe4c66640e48b0da8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -520,6 +520,7 @@ dist_noinst_HEADERS = \
     src/util/util_errors.h \
     src/util/safe-format-string.h \
     src/util/strtonum.h \
+    src/util/sss_cli_cmd.h \
     src/util/sss_endian.h \
     src/util/sss_nss.h \
     src/util/sss_ldap.h \
-- 
2.4.3

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to