X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=2f24eb7de8f589119c3c97948a9bac0da6b5d82f;hb=8c18add46b2cc0cdfc8c1095916bce81fbde1f1f;hp=fb84494fc970ff16dc393474c901895609c1b58a;hpb=5804c2970eaaf0215b9862f767cf7aa745083744;p=ext%2Fsubsurface.git diff --git a/Makefile b/Makefile index fb84494..2f24eb7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ subsurface: $(OBJS) $(CC) $(LDFLAGS) -o subsurface $(OBJS) \ `xml2-config --libs` \ `pkg-config --libs gtk+-2.0 glib-2.0 gconf-2.0` \ - $(LIBDIVECOMPUTERARCHIVE) + $(LIBDIVECOMPUTERARCHIVE) -lpthread parse-xml.o: parse-xml.c dive.h $(CC) $(CFLAGS) `pkg-config --cflags glib-2.0` -c `xml2-config --cflags` parse-xml.c