]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx/Preamble.cpp: handle \LyX
[lyx.git] / src / tex2lyx / Makefile.am
index 0aa887ebf4da8bb643c00ffa83dfd07afc39c024..a7b23f8a960a7ea6cf475539137b249339a40b93 100644 (file)
@@ -1,6 +1,7 @@
 include $(top_srcdir)/config/common.am
 
-EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) $(TEST_RESULTS) pch.h
+EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) $(TEST_RESULTS) pch.h \
+       CMakeLists.txt test/CMakeLists.txt
 
 #noinst_LIBRARIES = libtexparser.a
 #
@@ -17,40 +18,50 @@ bin_PROGRAMS = tex2lyx
 DEFAULT_INCLUDES =
 
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
-       -I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
+       -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src \
+       $(BOOST_INCLUDES)
 
 TEST_FILES = \
+       test/runtests.cmake \
        test/runtests.py \
+       test/algo2e.tex \
        test/box-color-size-space-align.tex \
        test/CJK.tex \
        test/CJKutf8.tex \
        test/DummyDocument.tex \
+       test/Dummy Document.tex \
        test/Dummy~Document.tex \
        test/foo.eps \
        test/foo.png \
        test/test-insets.tex \
+       test/test-insets-basic.lyx \
        test/test.ltx \
+       test/test-memoir.tex \
        test/test-modules.tex \
        test/test-refstyle-theorems.tex \
+       test/test-scr.tex \
        test/test-structure.tex \
-       test/verbatim.tex \
        test/XeTeX-polyglossia.tex \
        test/xfigtest.fig \
        test/xfigtest.pstex \
        test/xfigtest.pstex_t
 
 TEST_RESULTS = \
+       test/algo2e.lyx.lyx \
        test/box-color-size-space-align.lyx.lyx \
        test/CJK.lyx.lyx \
        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-insets-basic.lyx.lyx \
        test/test.lyx.lyx \
+       test/test-memoir.lyx.lyx \
        test/test-modules.lyx.lyx \
        test/test-refstyle-theorems.lyx.lyx \
+       test/test-scr.lyx.lyx \
        test/test-structure.lyx.lyx \
-       test/verbatim.lyx.lyx \
        test/XeTeX-polyglossia.lyx.lyx
 
 alltests: check alltests-recursive
@@ -111,7 +122,7 @@ tex2lyx_SOURCES = \
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/liblyxsupport.a \
        $(LIBICONV) $(BOOST_LIBS) \
-       $(QT4_LIB) $(QT4_LDFLAGS) \
+       $(QT_LIB) $(QT_LDFLAGS) \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
 
 if INSTALL_MACOSX