]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Was already supported
[lyx.git] / src / tex2lyx / Makefile.am
index 26d342ce14c656ea7c784afc3021084ee0a88e14..fc39503b90218ccaded5bedb47dfc2403590d778 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
 #
@@ -36,17 +36,16 @@ LINKED_FILES = \
        ../Floating.cpp \
        ../FontInfo.cpp \
        ../insets/InsetLayout.cpp \
-       ../LayoutFile.h \
-       ../Layout.h \
        ../Layout.cpp \
-       ../LayoutModuleList.h \
+       ../LayoutFile.cpp \
        ../LayoutModuleList.cpp \
        ../lengthcommon.cpp \
        ../Lexer.cpp \
-       ../ModuleList.h \
        ../ModuleList.cpp \
+       ../Spacing.cpp \
        ../TextClass.cpp \
-       ../TextClass.h
+       ../TextClass.h \
+       ../version.cpp
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -59,7 +58,6 @@ tex2lyx_SOURCES = \
        Parser.cpp \
        Parser.h \
        preamble.cpp \
-       Spacing.h \
        table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \
@@ -70,3 +68,7 @@ tex2lyx_LDADD = \
        $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \
        $(QT4_LIB) $(QT4_LDFLAGS) \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
+
+if INSTALL_MACOSX
+tex2lyx_LDFLAGS = -framework AppKit
+endif