X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FMakefile.am;h=ffb999b38e85417d816dfcc521bd4e4b0b28c540;hb=e093f9212b5fbb09811d2a27aa381105136e9cc5;hp=ad03b9aaad2799d11c002cffaad9f13e61e8e3e7;hpb=169d3fa39ecf7021773594561013e9a345802a42;p=lyx.git diff --git a/src/frontends/controllers/Makefile.am b/src/frontends/controllers/Makefile.am index ad03b9aaad..ffb999b38e 100644 --- a/src/frontends/controllers/Makefile.am +++ b/src/frontends/controllers/Makefile.am @@ -9,76 +9,36 @@ 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 \ - ControlERT.cpp \ ControlExternal.cpp \ - ControlFloat.cpp \ ControlGraphics.cpp \ - ControlInclude.cpp \ - ControlListings.cpp \ - ControlLog.cpp \ - ControlViewSource.cpp \ ControlMath.cpp \ ControlParagraph.cpp \ ControlPrefs.cpp \ ControlPrint.cpp \ ControlSearch.cpp \ ControlSendto.cpp \ - ControlShowFile.cpp \ - ControlSpellchecker.cpp \ - ControlTabular.cpp \ - ControlTabularCreate.cpp \ - ControlTexinfo.cpp \ ControlThesaurus.cpp \ ControlToc.cpp \ - ControlVSpace.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 \ - ControlERT.h \ - ControlEmbeddedFiles.h \ ControlExternal.h \ - ControlFloat.h \ ControlGraphics.h \ - ControlListings.h \ - ControlInclude.h \ - ControlLog.h \ - ControlViewSource.h \ ControlMath.h \ ControlParagraph.h \ ControlPrefs.h \ ControlPrint.h \ ControlSearch.h \ ControlSendto.h \ - ControlShowFile.h \ - ControlSpellchecker.h \ - ControlTabular.h \ - ControlTabularCreate.h \ - ControlTexinfo.h \ ControlThesaurus.h \ ControlToc.h \ - ControlVSpace.h \ frontend_helpers.h if MONOLITHIC_CONTROLLERS