fix compilation of check_filetools

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28161 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-01-14 15:18:29 +00:00
parent 5701383b40
commit 1b913ff871

View 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