summaryrefslogtreecommitdiff
blob: f48450cce90fe7c3d755217da2df3e98c838017f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur schroedinger-0.6.1.orig/schroedinger/Makefile.am schroedinger-0.6.1/schroedinger/Makefile.am
--- schroedinger-0.6.1.orig/schroedinger/Makefile.am	2007-04-25 18:44:46.000000000 +0300
+++ schroedinger-0.6.1/schroedinger/Makefile.am	2007-09-23 16:44:12.000000000 +0300
@@ -59,7 +59,7 @@
 	schrowavelet.c
 
 libschroedinger_@SCHRO_MAJORMINOR@_la_CFLAGS = $(SCHRO_CFLAGS) $(LIBOIL_CFLAGS) $(ERROR_CFLAGS)
-libschroedinger_@SCHRO_MAJORMINOR@_la_LIBADD = $(LIBOIL_LIBS)
+libschroedinger_@SCHRO_MAJORMINOR@_la_LIBADD = -lpthread $(LIBOIL_LIBS)
 libschroedinger_@SCHRO_MAJORMINOR@_la_LDFLAGS = \
 	-no-undefined \
 	-version-info $(SCHRO_LIBVERSION) \