Commit 9402fd5c by Maarten L. Hekkelman

boost flags order

parent a6faa5ce
......@@ -28,12 +28,13 @@
firstTarget: all
CXX = @CXX@
CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ @BOOST_CPPFLAGS@ @PTHREAD_CFLAGS@
LDFLAGS = @LDFLAGS@ @LIBS@ @BOOST_LDFLAGS@
LIBS = @LIBS@ @PTHREAD_LIBS@ \
CXXFLAGS = @BOOST_CPPFLAGS@ @CPPFLAGS@ @CXXFLAGS@ @PTHREAD_CFLAGS@
LDFLAGS = @BOOST_LDFLAGS@ @LDFLAGS@
LIBS = @PTHREAD_LIBS@ \
@BOOST_IOSTREAMS_LIB@ \
@BOOST_DATE_TIME_LIB@ \
@BOOST_REGEX_LIB@
@BOOST_REGEX_LIB@ \
@LIBS@
prefix = $(DESTDIR)@prefix@
exec_prefix = @exec_prefix@
......
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