From f133f1bb9da2268af2b198d82e2ca191375d5f11 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 7 Aug 2011 23:10:50 +0100 Subject: [PATCH 1/1] daemon: Don't include .gitignore in EXTRA_DIST. This updates commit 60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6. --- daemon/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2fe6573..1664af0 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -33,8 +33,7 @@ BUILT_SOURCES = \ errnostring.c \ errnostring.h -EXTRA_DIST = $(BUILT_SOURCES) \ - .gitignore +EXTRA_DIST = $(BUILT_SOURCES) noinst_LIBRARIES = libprotocol.a -- 1.8.3.1