aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 09:45:55 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 09:45:55 +0000
commit84af4cd4d9df44b51ca4c7999bea4afcb0ea1051 (patch)
tree39da1257935a45df0b6dc9632cac7dc2035658fd /Makefile
parenta716404895da793c5bfb88f43d2534cb7def27e5 (diff)
automatic version updates
svn path=/trunk/externals/hardware/wiimote/; revision=13819
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c01c976..acd55f5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,12 +18,14 @@ SOURCES_Windows =
#
#------------------------------------------------------------------------------#
+VERSION=0.3.1
+
# where Pd lives
PD_PATH = ../../pd
# where to install the library
objectsdir = $(PD_PATH)/extra
-CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g
+CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g -DVERSION=\"$(VERSION)\"
LDFLAGS =
LIBS = -lcwiid -lbluetooth -lpthread