summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-02-04 17:08:37 +0000
committercorvid <corvid@lavabit.com>2011-02-04 17:08:37 +0000
commit1b3d3f9ef09191c3086592f9273ccffa683fa516 (patch)
treed94022ce5bd44e5cd9f4720ae0d985bbee25317b /src
parentfa967f233fe6da82a98aaf3e2149d7aa5e1516cc (diff)
use our own pthread flags in src/Makefile
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0f09b716..9de7eed5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,8 @@ dillo_LDADD = \
$(top_builddir)/dw/libDw-fltk.a \
$(top_builddir)/dw/libDw-core.a \
$(top_builddir)/lout/liblout.a \
- @LIBJPEG_LIBS@ @LIBPNG_LIBS@ @LIBFLTK_LIBS@ @LIBZ_LIBS@ @LIBICONV_LIBS@
+ @LIBJPEG_LIBS@ @LIBPNG_LIBS@ @LIBFLTK_LIBS@ @LIBZ_LIBS@ \
+ @LIBICONV_LIBS@ @LIBPTHREAD_LIBS@
dillo_SOURCES = \
dillo.cc \