]> git.tdb.fi Git - ext/subsurface.git/blobdiff - Makefile
Do libdivecomputer imports in a separate thread
[ext/subsurface.git] / Makefile
index fb84494fc970ff16dc393474c901895609c1b58a..2f24eb7de8f589119c3c97948a9bac0da6b5d82f 100644 (file)
--- 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