repair build (lib symlinking)
Stefan Schuermans

Stefan Schuermans commited on 2011-09-11 17:35:31
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -19,6 +19,7 @@ LIBTARGET := libflexipix
19 19
 VER_MAJ   := 1
20 20
 VER_MIN   := 0
21 21
 VER_REV   := 7
22
+VERSION   := $(VER_MAJ).$(VER_MIN).$(VER_REV)
22 23
 
23 24
 SRCS    := $(wildcard src/*.c)
24 25
 EX_SRCS := $(wildcard examples/src/*.c)
25 26