]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Makefile.am
Removed // -*- C++ -*- from all .C files!
[lyx.git] / src / frontends / controllers / Makefile.am
index 2fad59c60f7d03a5fb9e0a5ab4ea08f4285e0a44..b4f862e048c9c2f743cc9820211824954d9a1252 100644 (file)
@@ -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 \
@@ -35,17 +40,33 @@ libcontrollers_la_SOURCES=\
        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 \