makefile version == git describe

This commit is contained in:
Thomas NOËL 2014-11-09 23:13:41 +01:00
parent 707e05b6d2
commit 9ca662f200
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
NAME=slapd-supann
VERSION=0.0
VERSION=`git describe | tr - . | cut -c2-`
FULLNAME=$(NAME)-$(VERSION)
LIBDIR = $(DESTDIR)/usr/lib/slapd-supann