remove version from .exe file name

pull/1/head
Heiko Hund 2010-03-11 09:52:54 +01:00
parent f5cd631970
commit d180980cfb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
GUI_VERSION = @PACKAGE_VERSION@
BASENAME = openvpn-gui-$(GUI_VERSION)
EXE = $(BASENAME).exe
EXE = @PACKAGE_NAME@.exe
CC = @CC@
WINDRES = @WINDRES@