Add missing pthread library
authorAndreas Eversberg <jolly@eversberg.eu>
Sat, 28 May 2016 12:01:50 +0000 (14:01 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Sat, 28 May 2016 12:01:50 +0000 (14:01 +0200)
gui/Makefile.am
version.h

index e2b180e..a2a3aa1 100644 (file)
@@ -46,7 +46,7 @@ colorize_gtk_SOURCES += \
 endif
 
 colorize_gtk_LDADD = \
-       ../lib/libcolorize.la \
        $(COMMON_LA) $(GTK_LIBS) $(GRAPHICSMAGICK_LIBS) $(IMAGEMAGICK_LIBS) $(OPENCV_LIBS) \
-       -lm
+       ../lib/libcolorize.la \
+       -lm -lpthread
 
index 7b0adef..068b58f 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-"0.7b"
+"0.7c"