From 12475f48a222535b290dd68d4f606b62bd8152f3 Mon Sep 17 00:00:00 2001 Message-Id: <12475f48a222535b290dd68d4f606b62bd8152f3.1715427203.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 21 Dec 2008 20:23:55 +0000 Subject: [PATCH] build: Use new separate auto-version tool. Organization: Straylight/Edgeware From: Mark Wooding --- .links | 1 + Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.links b/.links index 2ff0b6ab..098ccb8c 100644 --- a/.links +++ b/.links @@ -2,3 +2,4 @@ COPYING config/confsubst t/autotest.am t/testsuite.at +config/auto-version diff --git a/Makefile.am b/Makefile.am index 504ca56b..e9d3febb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,6 +89,7 @@ CLEANFILES += defs.man ## Additional build tools. EXTRA_DIST += config/confsubst +EXTRA_DIST += config/auto-version ###-------------------------------------------------------------------------- ### Debian. -- [mdw]