From: Linus Torvalds Date: Wed, 18 Jan 2012 04:02:33 +0000 (-0800) Subject: Merge branch 'info-split' of git://git.hohndel.org/subsurface X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=6e0ea1ce618d9d28d9512e2afe587bde9ae76fda;hp=dfb94e5470565bc5ad1fd2d0678ef427706bed6c;p=ext%2Fsubsurface.git Merge branch 'info-split' of git://git.hohndel.org/subsurface * 'info-split' of git://git.hohndel.org/subsurface: Add statistics for longest, shortest, and shallowest dive Create separate single dive and total stats pages Separate out single dive statistics and total statistics --- diff --git a/Makefile b/Makefile index 7c88564..8a5096a 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ ifneq ($(strip $(LIBXSLT)),) endif endif -LIBS = $(LIBXML2) $(LIBXSLT) $(LIBGTK) $(LIBGCONF2) $(LIBDIVECOMPUTER) $(EXTRALIBS) -lpthread +LIBS = $(LIBXML2) $(LIBXSLT) $(LIBGTK) $(LIBGCONF2) $(LIBDIVECOMPUTER) $(EXTRALIBS) -lpthread -lm OBJS = main.o dive.o profile.o info.o equipment.o divelist.o \ parse-xml.o save-xml.o libdivecomputer.o print.o uemis.o \