diff options
author | Jiri Vanek <[email protected]> | 2013-04-26 19:33:06 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-04-26 19:33:06 +0200 |
commit | faf33218758fc1cd633affa929142256bb455906 (patch) | |
tree | 1896d94fbc01f23aa32bd82b00fe90f08ff4aac1 /Makefile.am | |
parent | 1970f53722f544819fd7b00698c79785c79b3df9 (diff) |
removed whitespace following trailing backslash
Makefile.am:370: whitespace following trailing backslash
Makefile.am:371: whitespace following trailing backslash
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 87201d9..cf9e1e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -367,8 +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 \ + -lrt \ + -lpthread \ $(GLIB_LIBS) \ $(MOZILLA_LIBS) \ $(CPP_UNITTEST_FRAMEWORK_LIB)\ |