]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx/Preamble.cpp: fix some comments
[lyx.git] / src / tex2lyx / Makefile.am
index 975195e3525ab9c6704cb2d3c9fbf04fe000ebcb..531c92a15b57bf69f7e724fdf9163fa1d36f750e 100644 (file)
@@ -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)
 
@@ -55,7 +57,8 @@ tex2lyx_SOURCES = \
        math.cpp \
        Parser.cpp \
        Parser.h \
-       preamble.cpp \
+       Preamble.cpp \
+       Preamble.h \
        table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \
@@ -66,3 +69,7 @@ tex2lyx_LDADD = \
        $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \
        $(QT4_LIB) $(QT4_LDFLAGS) \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
+
+if INSTALL_MACOSX
+tex2lyx_LDFLAGS = -framework AppKit
+endif