diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 37c32399..2e7cd1d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,8 +91,8 @@ create-symlinks: gen-tarball-version: echo $(VERSION) > $(distdir)/.tarball-version -DIGESTS = md5 sha1 sha512 -USE_GPG = yes +DIGESTS ?= md5 sha1 sha512 +USE_GPG ?= yes dist-create-release: distcheck for a in $(DIST_ARCHIVES); do \ |