]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx roundtrip: Ignore the lyx-version which created
[lyx.git] / src / tex2lyx / Makefile.am
index 5be47e7556d1469ff06c9532bd1e96abb6a1d6f3..9ebbdc0fde7985ed466f3243f5c1d0402af51cf4 100644 (file)
@@ -14,7 +14,7 @@ man_MANS = tex2lyx.1
 
 bin_PROGRAMS = tex2lyx
 
-DEFAULT_INCLUDES = 
+DEFAULT_INCLUDES =
 
 AM_CPPFLAGS += -DTEX2LYX -DNO_LAYOUT_CSS $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
        -I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
@@ -26,7 +26,6 @@ TEST_FILES = \
        test/CJKutf8.tex \
        test/DummyDocument.tex \
        test/Dummy~Document.tex \
-       test/Dummy\ Document.tex \
        test/foo.eps \
        test/foo.png \
        test/test-insets.tex \
@@ -46,7 +45,6 @@ TEST_RESULTS = \
        test/CJKutf8.lyx.lyx \
        test/DummyDocument.lyx.lyx \
        test/Dummy~Document.lyx.lyx \
-       test/Dummy\ Document.lyx.lyx \
        test/test-insets.lyx.lyx \
        test/test.lyx.lyx \
        test/test-modules.lyx.lyx \
@@ -102,7 +100,7 @@ tex2lyx_SOURCES = \
 
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/liblyxsupport.a \
-       $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \
+       $(LIBICONV) $(BOOST_LIBS) \
        $(QT4_LIB) $(QT4_LDFLAGS) \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)