From b52cbc9cf3baffc0e2b0b15faba86b0e18e0de6b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 2 May 2012 23:17:35 +0200 Subject: [PATCH] scripts: bundle the version file and version script Signed-off-by: "Yann E. MORIN" --- Makefile.am | 2 +- scripts/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0a5d216..2dfdf75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ if COND_utils MAYBE_utils = utils endif SUBDIRS = docs libs frontends scripts $(MAYBE_utils) -EXTRA_DIST = bootstrap +EXTRA_DIST = bootstrap .version diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7e6eda2..6c34d2f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = ksync.sh kernel2kfrontends.list +EXTRA_DIST = ksync.sh kernel2kfrontends.list version.sh -- 2.39.5