diff options
author | Peter Osterlund <petero2@telia.com> | 2004-06-12 22:29:39 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:29 +0200 |
commit | deb6ed66a951fd0fe892a08cd4f3f802140229ce (patch) | |
tree | 03d462ad659d1c984add9c5e3b788b014556fb68 /Makefile | |
parent | ea9e8df12aec74d3e523d869323bbc6a9e44f74d (diff) |
Added -V option to synclient to display the version number.
Suggested by Stefan Kombrink <katakombi@web.de> for use in the GUI
configuration tool.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ CCOPTIONS += $(call check_gcc,-fno-merge-constants,) CCOPTIONS += $(call check_gcc,-fno-pic,) CDEBUGFLAGS = -O2 CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -I$(X_INCLUDES_ROOT)/include +CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -I$(X_INCLUDES_ROOT)/include CC = gcc |