]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Rename XHTMLStream to XMLStream, move it to another file, and prepare for DocBook...
[lyx.git] / src / Makefile.am
index 5a9ba9351393956029df94ffd3874d2278e8e0f9..f6a77dc0bd1e5597b541bfd9f3786e384392d676 100644 (file)
@@ -89,8 +89,6 @@ lyx_SOURCES = \
        $(PWL) \
        LaTeXFonts.cpp \
        LaTeXFonts.h \
-       PrinterParams.cpp \
-       PrinterParams.h \
        Thesaurus.cpp \
        Thesaurus.h
 
@@ -174,7 +172,7 @@ SOURCEFILESCORE = \
        RowPainter.cpp \
        Server.cpp \
        ServerSocket.cpp \
-       sgml.cpp \
+       xml.cpp \
        Session.cpp \
        Spacing.cpp \
        TexRow.cpp \
@@ -281,7 +279,7 @@ HEADERFILESCORE = \
        Server.h \
        ServerSocket.h \
        Session.h \
-       sgml.h \
+       xml.h \
        Spacing.h \
        SpellChecker.h \
        TexRow.h \
@@ -555,6 +553,7 @@ SOURCEFILESINSETS = \
        insets/InsetCollapsible.cpp \
        insets/InsetCommand.cpp \
        insets/InsetCommandParams.cpp \
+       insets/InsetCounter.cpp \
        insets/InsetERT.cpp \
        insets/InsetExternal.cpp \
        insets/InsetFlex.cpp \
@@ -615,6 +614,7 @@ HEADERFILESINSETS = \
        insets/InsetCollapsible.h \
        insets/InsetCommand.h \
        insets/InsetCommandParams.h \
+       insets/InsetCounter.h \
        insets/InsetERT.h \
        insets/InsetExternal.h \
        insets/InsetFlex.h \