summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-25 19:53:10 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-26 18:33:11 -0400
commite347f43940c53a8dfdaa022bc19900fcee631c08 (patch)
tree4642b0ee692514bd0ac0bd31c4e499240ff5890c /src/main
parent2d58a9801973f9f30f720385b8deeca50c26a719 (diff)
Win32 build script fixes (to allow portfolio builds).
Diffstat (limited to 'src/main')
-rw-r--r--src/main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 7e87fa59a..3ac0db7cb 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -37,7 +37,7 @@ pcvc4_LDADD += \
@builddir@/../lib/libreplacements.la
endif
pcvc4_CPPFLAGS = $(AM_CPPFLAGS) $(BOOST_CPPFLAGS) -DPORTFOLIO_BUILD
-pcvc4_LDADD += $(BOOST_THREAD_LIBS) -lpthread
+pcvc4_LDADD += $(BOOST_THREAD_LIBS)
pcvc4_LDADD += $(BOOST_THREAD_LDFLAGS)
if STATIC_BINARY
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback