summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-01-20 20:35:10 -0500
committerChris Dyer <redpony@gmail.com>2014-01-20 20:35:10 -0500
commite18b8392f632d2dd69b74b8df3a42308e625f294 (patch)
treedd4ebe3680e9335c83a03a7f7d7c843fc69c75b1
parentd3e4130fd182a71f986c3baa00c2453d672bbc12 (diff)
fix openmp flag usage
-rw-r--r--extractor/Makefile.am4
1 files 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)