From 1b913ff8717bdf2cb86829f2125cde174c39b5c0 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 14 Jan 2009 15:18:29 +0000 Subject: [PATCH] fix compilation of check_filetools git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28161 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2