X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FMakefile.am;h=fc39503b90218ccaded5bedb47dfc2403590d778;hb=3d373d91351babe062233359a437304a7b3e2b63;hp=975195e3525ab9c6704cb2d3c9fbf04fe000ebcb;hpb=0a868fb846f5b1196e5572eca0bdff3bbf12b707;p=lyx.git diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 975195e352..fc39503b90 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 # @@ -37,13 +37,15 @@ LINKED_FILES = \ ../FontInfo.cpp \ ../insets/InsetLayout.cpp \ ../Layout.cpp \ + ../LayoutFile.cpp \ ../LayoutModuleList.cpp \ ../lengthcommon.cpp \ ../Lexer.cpp \ ../ModuleList.cpp \ ../Spacing.cpp \ ../TextClass.cpp \ - ../TextClass.h + ../TextClass.h \ + ../version.cpp BUILT_SOURCES = $(PCH_FILE) @@ -66,3 +68,7 @@ tex2lyx_LDADD = \ $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \ $(QT4_LIB) $(QT4_LDFLAGS) \ @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI) + +if INSTALL_MACOSX +tex2lyx_LDFLAGS = -framework AppKit +endif