summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-06-12 22:29:39 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:29 +0200
commitdeb6ed66a951fd0fe892a08cd4f3f802140229ce (patch)
tree03d462ad659d1c984add9c5e3b788b014556fb68 /Makefile
parentea9e8df12aec74d3e523d869323bbc6a9e44f74d (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8085727..b0537a0 100644
--- a/Makefile
+++ b/Makefile
@@ -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