From a027e0e59830c9f070d8b2f3b15713936bc8ae7d Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 1 May 2009 00:11:03 +0100 Subject: [PATCH] .links, Makefile: Make sure we have auto-version. Organization: Straylight/Edgeware From: Mark Wooding Stuff doesn't work well otherwise. --- .links | 1 + Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.links b/.links index dd8b261..2ac663b 100644 --- a/.links +++ b/.links @@ -1,2 +1,3 @@ COPYING config/confsubst +config/auto-version diff --git a/Makefile.am b/Makefile.am index 03d42f6..656ee8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -258,6 +258,8 @@ endif dist-hook: echo $(VERSION) >$(distdir)/RELEASE +EXTRA_DIST += config/auto-version + ###-------------------------------------------------------------------------- ### Debian. -- [mdw]