Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2010-04-12 15:11:33 +0400
committerbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2010-04-12 15:11:33 +0400
commit5340c16dcf33d0b522695c53b45812248802c4bf (patch)
tree19992f65eb48ae681f17299a6632e339cea61f0d /OnDiskPt
parent99f1c92edbf61f14c4516a23e9bba6e6b7c229fb (diff)
Fix threaded build.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3121 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'OnDiskPt')
-rw-r--r--OnDiskPt/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/OnDiskPt/src/Makefile.am b/OnDiskPt/src/Makefile.am
index 063c4f780..7070e372a 100644
--- a/OnDiskPt/src/Makefile.am
+++ b/OnDiskPt/src/Makefile.am
@@ -1,5 +1,5 @@
lib_LIBRARIES = libOnDiskPt.a
-AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
+AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS)
libOnDiskPt_a_SOURCES = \
OnDiskWrapper.cpp \
SourcePhrase.cpp \