]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Remove 3rdparty/boost/Makefile.am
[lyx.git] / src / tex2lyx / Makefile.am
index 7a744abc0b7de57a28ad829ed58aee16eba4562f..923d6950ec1f9c04dd6b9f4337d2d5637a96c752 100644 (file)
@@ -15,8 +15,6 @@ man_MANS = tex2lyx.1
 
 bin_PROGRAMS = tex2lyx
 
-DEFAULT_INCLUDES =
-
 AM_CPPFLAGS += -I$(top_srcdir)/src/tex2lyx \
        -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src \
        $(BOOST_INCLUDES) $(ICONV_INCLUDES) $(ZLIB_INCLUDES)
@@ -25,6 +23,7 @@ TEST_FILES = \
        test/runtests.cmake \
        test/runtests.py \
        test/algo2e.tex \
+       test/beamer.tex \
        test/box-color-size-space-align.tex \
        test/CJK.tex \
        test/CJKutf8.tex \
@@ -32,6 +31,7 @@ TEST_FILES = \
        test/Dummy~Document.tex \
        test/foo.eps \
        test/foo.png \
+       test/listpreamble.tex \
        test/test-insets.tex \
        test/test-insets-basic.tex \
        test/test.ltx \
@@ -49,11 +49,13 @@ TEST_FILES = \
 
 TEST_RESULTS = \
        test/algo2e.lyx.lyx \
+       test/beamer.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/listpreamble.lyx.lyx \
        test/test-insets.lyx.lyx \
        test/test-insets-basic.lyx.lyx \
        test/test.lyx.lyx \
@@ -100,8 +102,6 @@ LYX_OBJS = \
        ../Layout.o \
        ../LayoutFile.o \
        ../LayoutModuleList.o \
-       ../Length.o \
-       ../lengthcommon.o \
        ../Lexer.o \
        ../ModuleList.o \
        ../Spacing.o \
@@ -126,14 +126,15 @@ tex2lyx_SOURCES = \
 tex2lyx_LDADD = \
        $(LYX_OBJS) \
        $(top_builddir)/src/support/liblyxsupport.a \
-       $(LIBICONV) $(BOOST_LIBS) \
+       $(LIBICONV) \
        $(QT_LIB) $(QT_LDFLAGS) \
        @LIBS@ $(ICONV_LIBS) $(ZLIB_LIBS) $(LIBSHLWAPI) $(LIBPSAPI)
 
 if INSTALL_MACOSX
 tex2lyx_LDFLAGS = -framework AppKit \
        -Wl,-rpath,@loader_path/../Frameworks \
-       -Wl,-rpath,@executable_path/../Frameworks
+       -Wl,-rpath,@executable_path/../Frameworks \
+       -Wl,-headerpad_max_install_names
 endif
 
 .PHONY: alltests alltests-recursive updatetests