]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Makefile.am
next one
[lyx.git] / src / frontends / controllers / Makefile.am
index b2f1ce2259b5c80f7138d669c055ae34ca6e5b71..ffb999b38e85417d816dfcc521bd4e4b0b28c540 100644 (file)
@@ -9,52 +9,34 @@ noinst_LTLIBRARIES = liblyxcontrollers.la
 SOURCEFILES = \
        Dialog.cpp \
        ButtonPolicy.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 \
        ControlThesaurus.cpp \
        ControlToc.cpp \
        frontend_helpers.cpp 
 
 HEADERFILES = \
        ButtonPolicy.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 \
        ControlThesaurus.h \
        ControlToc.h \
        frontend_helpers.h