]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Makefile.am
next one
[lyx.git] / src / frontends / controllers / Makefile.am
index 82ff1ef0e3b856adbee2b3e510100980bff03b13..ffb999b38e85417d816dfcc521bd4e4b0b28c540 100644 (file)
@@ -9,64 +9,34 @@ noinst_LTLIBRARIES = liblyxcontrollers.la
 SOURCEFILES = \
        Dialog.cpp \
        ButtonPolicy.cpp \
-       ControlBibtex.cpp \
-       ControlBox.cpp \
-       ControlBranch.cpp \
-       ControlCharacter.cpp \
-       ControlChanges.cpp \
-       ControlCitation.cpp \
        ControlCommand.cpp \
        ControlCommandBuffer.cpp \
        ControlDocument.cpp \
-       ControlEmbeddedFiles.cpp \
-       ControlErrorList.cpp \
        ControlExternal.cpp \
        ControlGraphics.cpp \
-       ControlInclude.cpp \
-       ControlLog.cpp \
-       ControlViewSource.cpp \
        ControlMath.cpp \
        ControlParagraph.cpp \
        ControlPrefs.cpp \
        ControlPrint.cpp \
        ControlSearch.cpp \
        ControlSendto.cpp \
-       ControlSpellchecker.cpp \
-       ControlTabular.cpp \
-       ControlTabularCreate.cpp \
-       ControlTexinfo.cpp \
        ControlThesaurus.cpp \
        ControlToc.cpp \
        frontend_helpers.cpp 
 
 HEADERFILES = \
        ButtonPolicy.h \
-       ControlBibtex.h \
-       ControlBox.h \
-       ControlBranch.h \
-       ControlCharacter.h \
-       ControlChanges.h \
-       ControlCitation.h \
        ControlCommand.h \
        ControlCommandBuffer.h \
        ControlDocument.h \
-       ControlErrorList.h \
-       ControlEmbeddedFiles.h \
        ControlExternal.h \
        ControlGraphics.h \
-       ControlInclude.h \
-       ControlLog.h \
-       ControlViewSource.h \
        ControlMath.h \
        ControlParagraph.h \
        ControlPrefs.h \
        ControlPrint.h \
        ControlSearch.h \
        ControlSendto.h \
-       ControlSpellchecker.h \
-       ControlTabular.h \
-       ControlTabularCreate.h \
-       ControlTexinfo.h \
        ControlThesaurus.h \
        ControlToc.h \
        frontend_helpers.h