]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
BUG 3598: display framed and shaded notes in a separate paragraph, require package...
[lyx.git] / src / insets / Makefile.am
index ac92f3ed329c51d3f2487b78883c9c0632a165b5..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 \
@@ -51,8 +49,8 @@ libinsets_la_SOURCES = \
        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 \