From: Jean-Marc Lasgouttes Date: Wed, 14 Jan 2009 15:18:29 +0000 (+0000) Subject: fix compilation of check_filetools X-Git-Tag: 2.0.0~7425 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1b913ff8717bdf2cb86829f2125cde174c39b5c0;p=features.git fix compilation of check_filetools git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28161 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Makefile.am b/src/support/Makefile.am index ab3e176882..d4ba1c223a 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -132,14 +132,14 @@ check_PROGRAMS = \ check_filetools \ check_lstrings -check_convert_LDADD = liblyxsupport.a \ - $(BOOST_LIBS) $(QT4_CORE_LIB) +check_convert_LDADD = liblyxsupport.a $(BOOST_LIBS) $(QT4_CORE_LIB) check_convert_LDFLAGS = $(QT4_CORE_LDFLAGS) check_convert_SOURCES = \ tests/check_convert.cpp \ tests/boost.cpp -check_filetools_LDADD = liblyxsupport.a $(BOOST_LIBS) +check_filetools_LDADD = liblyxsupport.a $(BOOST_LIBS) $(QT4_CORE_LIB) +check_filetools_LDFLAGS = $(QT4_CORE_LDFLAGS) check_filetools_SOURCES = \ tests/check_filetools.cpp \ tests/boost.cpp