]> git.lyx.org Git - features.git/commitdiff
fix compilation of check_filetools
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 14 Jan 2009 15:18:29 +0000 (15:18 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 14 Jan 2009 15:18:29 +0000 (15:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28161 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Makefile.am

index ab3e1768821b0e9b4664c55b5750606df582be25..d4ba1c223a0d8d7766cd3d7f11fd0b6a9413aab0 100644 (file)
@@ -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