]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Forgot to restore this before committing 18494. This fixes bug 3725.
[lyx.git] / src / insets / Makefile.am
index dad6f58824fbcb40a8c201918ed90a46013e722c..3fcb33d91ef30ae2ce3520c0485f98076bfec0f6 100644 (file)
@@ -14,11 +14,11 @@ AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 libinsets_la_SOURCES = \
        MailInset.cpp \
        MailInset.h \
-       ExternalSupport.C \
+       ExternalSupport.cpp \
        ExternalSupport.h \
-       ExternalTemplate.C \
+       ExternalTemplate.cpp \
        ExternalTemplate.h \
-       ExternalTransforms.C \
+       ExternalTransforms.cpp \
        ExternalTransforms.h \
        RenderBase.h \
        RenderButton.cpp \
@@ -27,10 +27,8 @@ libinsets_la_SOURCES = \
        RenderGraphic.h \
        RenderPreview.cpp \
        RenderPreview.h \
-       Inset.cpp \
        Inset.h \
-       InsetBase.h \
-       InsetBase.cpp \
+       Inset.cpp \
        InsetBibitem.cpp \
        InsetBibitem.h \
        InsetBibtex.cpp \
@@ -43,16 +41,16 @@ libinsets_la_SOURCES = \
        InsetCaption.h \
        InsetCharStyle.cpp \
        InsetCharStyle.h \
-       InsetCite.cpp \
-       InsetCite.h \
+       InsetCitation.cpp \
+       InsetCitation.h \
        InsetCollapsable.cpp \
        InsetCollapsable.h \
        InsetCommand.cpp \
        InsetCommand.h \
        InsetCommandParams.cpp \
        InsetCommandParams.h \
-       InsetEnv.cpp \
-       InsetEnv.h \
+       InsetEnvironment.cpp \
+       InsetEnvironment.h \
        InsetERT.cpp \
        InsetERT.h \
        InsetExternal.cpp \
@@ -79,6 +77,10 @@ libinsets_la_SOURCES = \
        InsetLabel.h \
        InsetLine.cpp \
        InsetLine.h \
+       InsetListings.h \
+       InsetListings.cpp \
+       InsetListingsParams.h \
+       InsetListingsParams.cpp \
        InsetMarginal.h \
        InsetMarginal.cpp \
        InsetNewline.cpp \
@@ -89,8 +91,8 @@ libinsets_la_SOURCES = \
        InsetNote.h \
        InsetOptArg.cpp \
        InsetOptArg.h \
-       InsetPageBreak.cpp \
-       InsetPageBreak.h \
+       InsetPagebreak.cpp \
+       InsetPagebreak.h \
        InsetQuotes.cpp \
        InsetQuotes.h \
        InsetRef.cpp \