Commit 2160e29a authored by neverlord's avatar neverlord

fixed flag order

parent 7f6ee49e
......@@ -27,4 +27,4 @@ unit_tests_DEPENDENCIES = ../.libs/libcppa.la
AM_CPPFLAGS = -I../
unit_tests_CXXFLAGS = --std=c++0x -pedantic -Wall -Wextra
unit_tests_LDADD = $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB) -L../.libs/ -lcppa
unit_tests_LDADD = -L../.libs/ -lcppa $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment