From 60824becdcf62c0e2ed44675fe78000c897efff7 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 13 Apr 2011 22:39:08 +0200 Subject: [PATCH] Tag releases consistent with previous ones (no 'v'). --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index aea899e..f7c2c76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,8 @@ libdir = $(PAMDIR) lib_LTLIBRARIES = pam_yubico.la +include_HEADERS = util.h + pam_yubico_la_SOURCES = pam_yubico.c util.c # XXX add -Wl,-x too? PAM documentation suggests it. pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@ @YKPERS_LIBS@ @LTLIBYUBIKEY@ @@ -88,7 +90,7 @@ release: gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tar.gz gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig cd $(srcdir) && git push - cd $(srcdir) && git tag -u $(KEYID)! -m $(VERSION) v$(VERSION) + cd $(srcdir) && git tag -u $(KEYID)! -m $(VERSION) $(VERSION) cd $(srcdir) && git push --tags mkdir -p ../releases/$(PACKAGE)/ && \ cp -v $(PACKAGE)-$(VERSION).tar.gz* ../releases/$(PACKAGE)/