From ef66c3c811635c899b1ce5ee44b3c075f853692a Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 6 Jul 2008 17:19:46 +0000 Subject: [PATCH] Include the defaults file in the dist archive Reviewed-by: imsnah --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 991df92..c6d2c76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ dist_os_DATA = ganeti_api_version dist_doc_DATA = COPYING NEWS README -EXTRA_DIST = create.in +EXTRA_DIST = create.in defaults do_subst = sed -e 's,[@]sysconfdir[@],$(sysconfdir),g' -- 1.7.2.5