diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ export LIBDIR ?= $(PREFIX)/lib export BINDIR ?= $(PREFIX)/bin export MANDIR ?= $(PREFIX)/share/man -export VERSIONSCRIPT = $(shell pwd)/scripts/version-bump.sh +export VERSIONSCRIPT = $(shell pwd)/scripts/version.sh export TINYALSA_VERSION_MAJOR = $(shell $(VERSIONSCRIPT) -s print major) export TINYALSA_VERSION = $(shell $(VERSIONSCRIPT) -s print ) |