]> git.tdb.fi Git - ext/subsurface.git/blobdiff - Makefile
Merge branch 'bugfixes' of git://github.com/dirkhh/subsurface
[ext/subsurface.git] / Makefile
index 2d86d4890b0ee1fb9a15159d593b9fda89de088b..4be5991f400b6980279afe6b2fea3dad8112907e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.0
+VERSION=1.1
 
 CC=gcc
 CFLAGS=-Wall -Wno-pointer-sign -g
@@ -113,7 +113,7 @@ libdivecomputer.o: libdivecomputer.c dive.h display.h display-gtk.h libdivecompu
                        $(LIBDIVECOMPUTERCFLAGS) \
                        -c libdivecomputer.c
 
-gtk-gui.o: gtk-gui.c dive.h display.h divelist.h display-gtk.h libdivecomputer.h
+gtk-gui.o: gtk-gui.c dive.h display.h divelist.h display-gtk.h libdivecomputer.h Makefile
        $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0 glib-2.0 gconf-2.0` \
                        $(LIBDIVECOMPUTERCFLAGS) \
                        -DVERSION_STRING='"v$(VERSION)"' \