From bdc878c8f6a88c225ea04131cab21cb539d3e3f8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 22 Dec 2013 18:30:10 +0100 Subject: [PATCH] =?utf8?q?src/Makefile:=20Added=20a=20rule=20to=20create?= =?utf8?q?=20=E2=80=98../version=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 4e3ec8e..d9a089f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -174,3 +174,5 @@ include/sysdb.h: include/sysdb.h.in ../version -e "s/@SDB_VERSION_STRING@/$$VERSION_STRING/g" \ include/sysdb.h.in > include/sysdb.h +../version: + cd .. && make version -- 2.30.2