[Demudi-commits] r1546 - vkeybd/branches/upstream/current
free-guest at alioth.debian.org
free-guest at alioth.debian.org
Tue Aug 7 11:56:51 UTC 2007
Author: free-guest
Date: 2007-08-07 11:56:50 +0000 (Tue, 07 Aug 2007)
New Revision: 1546
Modified:
vkeybd/branches/upstream/current/Makefile
Log:
[svn-upgrade] Integrating new upstream version, vkeybd (0.1.17b)
Modified: vkeybd/branches/upstream/current/Makefile
===================================================================
--- vkeybd/branches/upstream/current/Makefile 2007-08-06 23:58:59 UTC (rev 1545)
+++ vkeybd/branches/upstream/current/Makefile 2007-08-07 11:56:50 UTC (rev 1546)
@@ -3,7 +3,7 @@
# copyright (c) 1997-2000 by Takashi Iwai
#
-VERSION = 0.1.16
+VERSION = 0.1.17b
#
# installation directory
@@ -84,7 +84,8 @@
VKB_TCLFILE = $(VKBLIB_DIR)/vkeybd.tcl
-CFLAGS = -Wall -O -DVKB_TCLFILE=\"$(VKB_TCLFILE)\" \
+COPTFLAGS = -Wall -O
+CFLAGS = $(COPTFLAGS) -DVKB_TCLFILE=\"$(VKB_TCLFILE)\" \
-DVKBLIB_DIR=\"$(VKBLIB_DIR)\"\
-DVERSION_STR=\"$(VERSION)\"\
$(DEVICES) $(XINC) $(TCLINC) $(TKINC) $(LADCCACFLAGS)
More information about the Demudi-commits
mailing list