]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
listerrors.lyx : Update a link.
[lyx.git] / src / tex2lyx / Makefile.am
index 718970f8b89f3d0aa2ec3a8d354c7b3f0439e3c1..04aa8ec3b6e9d9a6cd1e72cd47c16735e653bf29 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/common.am
 
-EXTRA_DIST = $(TEST_FILES) pch.h
+EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h
 
 #noinst_LIBRARIES = libtexparser.a
 #
@@ -29,47 +29,49 @@ TEST_FILES = \
        test/test-structure.tex
 
 LINKED_FILES = \
+       ../Author.cpp \
+       ../Color.cpp \
+       ../Counters.cpp \
+       ../Encoding.cpp \
        ../FloatList.cpp \
        ../Floating.cpp \
-       ../Counters.cpp \
+       ../FontInfo.cpp \
        ../insets/InsetLayout.cpp \
-       ../LayoutFile.h \
-       ../Layout.h \
+       ../LaTeXPackages.cpp \
        ../Layout.cpp \
-       ../LayoutModuleList.h \
+       ../LayoutFile.cpp \
        ../LayoutModuleList.cpp \
-       ../ModuleList.h \
+       ../lengthcommon.cpp \
+       ../Lexer.cpp \
        ../ModuleList.cpp \
+       ../Spacing.cpp \
        ../TextClass.cpp \
        ../TextClass.h \
-       ../Lexer.cpp \
-       ../lengthcommon.cpp \
-       ../Color.cpp \
-       ../Color.h \
-       ../Encoding.cpp
+       ../version.cpp
 
 BUILT_SOURCES = $(PCH_FILE)
 
 tex2lyx_SOURCES = \
        $(LINKED_FILES) \
-       Spacing.h \
        boost.cpp \
        Context.cpp \
        Context.h \
-       Font.cpp \
-       Font.h \
-       gettext.cpp \
+       math.cpp \
        Parser.cpp \
        Parser.h \
+       Preamble.cpp \
+       Preamble.h \
+       table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \
-       preamble.cpp \
-       math.cpp \
-       table.cpp \
        text.cpp
 
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/liblyxsupport.a \
-       $(LIBICONV) $(BOOST_LIBS) \
+       $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \
        $(QT4_LIB) $(QT4_LDFLAGS) \
-       @LIBS@ $(LIBSHLWAPI)
+       @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
+
+if INSTALL_MACOSX
+tex2lyx_LDFLAGS = -framework AppKit
+endif