X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=8a5096a16b07f07486ed8c7592966dad26c2776c;hb=d34defc85bdc9872a8d1f1045c524a422e39b39e;hp=7c885648415ac956fb0a99fcd194258c6c1a9e5c;hpb=c544226334ec1bfaac1c8d649722bb17728606e1;p=ext%2Fsubsurface.git 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 \