X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffrontends%2Fcontrollers%2FMakefile.am;h=b4f862e048c9c2f743cc9820211824954d9a1252;hb=467323b2b8f9f9bbd9e853ea288a8f5ac6f886e0;hp=fb219a4424187c0f7de2f451ab25e16d9386a4d5;hpb=9705be9f1b8441175048b4e2065795051adafdc6;p=lyx.git diff --git a/src/frontends/controllers/Makefile.am b/src/frontends/controllers/Makefile.am index fb219a4424..b4f862e048 100644 --- a/src/frontends/controllers/Makefile.am +++ b/src/frontends/controllers/Makefile.am @@ -10,16 +10,21 @@ LIBS = SUBDIRS = ETAGS_ARGS = --lang=c++ libcontrollers_la_SOURCES=\ - ButtonController.C \ + biblio.C \ + biblio.h \ + character.C \ + character.h \ ButtonController.h \ + ButtonControllerBase.C \ + ButtonControllerBase.h \ ButtonPolicies.C \ ButtonPolicies.h \ - ControlBase.C \ - ControlBase.h \ ControlBibitem.C \ ControlBibitem.h \ ControlBibtex.C \ ControlBibtex.h \ + ControlButtons.C \ + ControlButtons.h \ ControlCharacter.C \ ControlCharacter.h \ ControlCitation.C \ @@ -32,13 +37,38 @@ libcontrollers_la_SOURCES=\ ControlCopyright.h \ ControlCredits.h \ ControlCredits.C \ + ControlDialogs.h \ ControlError.h \ ControlError.C \ + ControlExternal.h \ + ControlExternal.C \ + ControlGraphics.h \ + ControlGraphics.C \ ControlInclude.C \ ControlInclude.h \ + ControlIndex.C \ + ControlIndex.h \ ControlInset.h \ ControlLog.C \ ControlLog.h \ + ControlMinipage.C \ + ControlMinipage.h \ + ControlPreamble.C \ + ControlPreamble.h \ + ControlPrint.C \ + ControlPrint.h \ + ControlRef.C \ + ControlRef.h \ + ControlSearch.C \ + ControlSearch.h \ + ControlSplash.C \ + ControlSplash.h \ + ControlTabularCreate.C \ + ControlTabularCreate.h \ + ControlToc.C \ + ControlToc.h \ + ControlUrl.C \ + ControlUrl.h \ ControlVCLog.C \ ControlVCLog.h \ GUI.h \