From e18b8392f632d2dd69b74b8df3a42308e625f294 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 20 Jan 2014 20:35:10 -0500 Subject: fix openmp flag usage --- extractor/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extractor/Makefile.am b/extractor/Makefile.am index a4ffac11..a406d9dc 100644 --- a/extractor/Makefile.am +++ b/extractor/Makefile.am @@ -188,5 +188,5 @@ libextractor_a_SOURCES = \ translation_table.h \ vocabulary.h -AM_CPPFLAGS = -W -Wall -Wno-sign-compare -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) -AM_LDFLAGS = -fopenmp +AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(OPENMP_CXXFLAGS) $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) +AM_LDFLAGS = $(OPENMP_CXXFLAGS) -- cgit v1.2.3