From b3b6189850d50c656d62efbd498789124c033b00 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 19 Jan 2015 14:25:15 +0100 Subject: MAKE: Don't include autoconf generated file to tarball Reviewed-by: Jakub Hrozek --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c14a50fc3..ca8921bb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -381,7 +381,7 @@ AM_CPPFLAGS = \ -DSSS_SSH_SOCKET_NAME=\"$(pipepath)/ssh\" \ -DLOCALEDIR=\"$(localedir)\" -EXTRA_DIST = build/config.rpath +EXTRA_DIST = SSSD_RESPONDER_OBJ = \ src/responder/common/negcache.c \ -- cgit