Let ./configure populate VERSION in Makefile

This commit is contained in:
Sara Golemon 2004-12-31 20:40:40 +00:00
parent dfb3b8f0fd
commit a9af84c51d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CC = @CC@
CFLAGS = -c @CFLAGS@ -Iinclude/ -Wall -g
LIBS = -lssh2 -Lsrc/
INSTALL = @INSTALL@
VERSION=0.4
VERSION=@PACKAGE_VERSION@
DISTLIB=libssh2-$(VERSION)
all: