[sheepdog] [PATCH] build: add collie/farm/farm.h as noinst_HEADERS
Kai Zhang
kyle at zelin.io
Sat Jun 8 09:52:22 CEST 2013
Without this, 'make dist' would miss collie/farm/farm.h file.
Signed-off-by: Kai Zhang <kyle at zelin.io>
---
collie/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collie/Makefile.am b/collie/Makefile.am
index bfbf660..c363347 100644
--- a/collie/Makefile.am
+++ b/collie/Makefile.am
@@ -35,7 +35,7 @@ endif
collie_LDADD = ../lib/libsheepdog.a -lpthread
collie_DEPENDENCIES = ../lib/libsheepdog.a
-noinst_HEADERS = treeview.h collie.h
+noinst_HEADERS = treeview.h collie.h farm/farm.h
EXTRA_DIST =
--
1.7.1
More information about the sheepdog
mailing list