X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FMakefile.am;h=7406bb2ffe950e9ef45c274f94f78fd058797dd2;hb=02b6586ad7f8631dfd8001e75779baeb7985c80e;hp=26d342ce14c656ea7c784afc3021084ee0a88e14;hpb=0c1ff6d89e72ae82e4a68f99934b735ade5fea5c;p=lyx.git diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 26d342ce14..7406bb2ffe 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/common.am -EXTRA_DIST = tex2lyx.1in $(TEST_FILES) pch.h +EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h #noinst_LIBRARIES = libtexparser.a # @@ -29,24 +29,28 @@ TEST_FILES = \ test/test-structure.tex LINKED_FILES = \ + ../Author.cpp \ ../Color.cpp \ ../Counters.cpp \ ../Encoding.cpp \ ../FloatList.cpp \ ../Floating.cpp \ ../FontInfo.cpp \ + ../graphics/GraphicsParams.cpp \ + ../insets/ExternalTemplate.cpp \ + ../insets/ExternalTransforms.cpp \ ../insets/InsetLayout.cpp \ - ../LayoutFile.h \ - ../Layout.h \ + ../LaTeXPackages.cpp \ ../Layout.cpp \ - ../LayoutModuleList.h \ + ../LayoutFile.cpp \ ../LayoutModuleList.cpp \ + ../Length.cpp \ ../lengthcommon.cpp \ ../Lexer.cpp \ - ../ModuleList.h \ ../ModuleList.cpp \ + ../Spacing.cpp \ ../TextClass.cpp \ - ../TextClass.h + ../version.cpp BUILT_SOURCES = $(PCH_FILE) @@ -58,8 +62,8 @@ tex2lyx_SOURCES = \ math.cpp \ Parser.cpp \ Parser.h \ - preamble.cpp \ - Spacing.h \ + Preamble.cpp \ + Preamble.h \ table.cpp \ tex2lyx.cpp \ tex2lyx.h \ @@ -70,3 +74,7 @@ tex2lyx_LDADD = \ $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \ $(QT4_LIB) $(QT4_LDFLAGS) \ @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI) + +if INSTALL_MACOSX +tex2lyx_LDFLAGS = -framework AppKit +endif