diff options
author | Adam Domurad <[email protected]> | 2013-03-19 12:25:12 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-03-19 12:25:12 -0400 |
commit | 8e0eab00f7e16e4e3c3faeee148361743eb589c1 (patch) | |
tree | 846f7586eb7209c30a03317f6f777db4ec329eee /Makefile.am | |
parent | 7c4d306d5d98cc1d3ee8e8fd59015466fd7c8819 (diff) |
Fix run-cpp-unit-tests on F18
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a71ecc1..aa93793 100644 --- a/Makefile.am +++ b/Makefile.am @@ -367,6 +367,8 @@ $(CPP_UNITTEST_EXECUTABLE): $(CPP_UNITTEST_FRAMEWORK_LIB) stamps/cpp-unit-tests- $(CXX) $(CXXFLAGS) \ $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS)) \ $(CPP_UNITTEST_DIR)/*.o \ + -lrt \ + -lpthread \ $(GLIB_LIBS) \ $(MOZILLA_LIBS) \ $(CPP_UNITTEST_FRAMEWORK_LIB)\ |