]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
remove special TEX2LYX code in Spacing,h
[lyx.git] / src / tex2lyx / Makefile.am
index f0e4c0b75b3d084dfdfd59c00ab380741ba9310d..975195e3525ab9c6704cb2d3c9fbf04fe000ebcb 100644 (file)
@@ -29,47 +29,40 @@ TEST_FILES = \
        test/test-structure.tex
 
 LINKED_FILES = \
+       ../Color.cpp \
+       ../Counters.cpp \
+       ../Encoding.cpp \
        ../FloatList.cpp \
        ../Floating.cpp \
-       ../Counters.cpp \
+       ../FontInfo.cpp \
        ../insets/InsetLayout.cpp \
-       ../LayoutFile.h \
-       ../Layout.h \
        ../Layout.cpp \
-       ../LayoutModuleList.h \
        ../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
+       ../TextClass.h
 
 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 \
-       tex2lyx.cpp \
-       tex2lyx.h \
        preamble.cpp \
-       math.cpp \
        table.cpp \
+       tex2lyx.cpp \
+       tex2lyx.h \
        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)