diff options
author | corvid <corvid@lavabit.com> | 2011-02-04 17:08:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-02-04 17:08:37 +0000 |
commit | 1b3d3f9ef09191c3086592f9273ccffa683fa516 (patch) | |
tree | d94022ce5bd44e5cd9f4720ae0d985bbee25317b | |
parent | fa967f233fe6da82a98aaf3e2149d7aa5e1516cc (diff) |
use our own pthread flags in src/Makefile
-rw-r--r-- | src/Makefile.am | 3 |
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 \ |