]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Makefile.am
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / Makefile.am
index 5e0108cf8774e361030e785f1ec2eda110e7655b..c34df9e61c7c4a6ca5fa5c3d120effa7019a761c 100644 (file)
@@ -1,13 +1,16 @@
 include $(top_srcdir)/config/common.am
 
-noinst_LTLIBRARIES = libcontrollers.la
+EXTRA_DIST = BCView.tmpl ControlDialog.tmpl
 
-INCLUDES = -I$(top_srcdir)/src \
-       $(BOOST_INCLUDES)
+INCLUDES = -I$(top_srcdir)/src $(BOOST_INCLUDES)
 
-EXTRA_DIST = ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl
+noinst_LTLIBRARIES = libcontrollers.la
 
 libcontrollers_la_SOURCES= \
+       Dialog.C \
+       Dialog.h \
+       Kernel.C \
+       Kernel.h \
        biblio.C \
        biblio.h \
        character.C \
@@ -16,21 +19,22 @@ libcontrollers_la_SOURCES= \
        frnt_lang.h \
        tex_helpers.C \
        tex_helpers.h \
+       BCView.h \
+       BCView.C \
+       ButtonController.C \
        ButtonController.h \
-       ButtonControllerBase.C \
-       ButtonControllerBase.h \
        ButtonPolicies.C \
        ButtonPolicies.h \
        ControlAboutlyx.C \
        ControlAboutlyx.h \
-       ControlBibitem.C \
-       ControlBibitem.h \
        ControlBibtex.C \
        ControlBibtex.h \
        ControlButtons.C \
        ControlButtons.h \
        ControlCharacter.C \
        ControlCharacter.h \
+       ControlChanges.C \
+       ControlChanges.h \
        ControlCitation.C \
        ControlCitation.h \
        ControlCommand.C \
@@ -44,8 +48,8 @@ libcontrollers_la_SOURCES= \
        ControlDialog_impl.h \
        ControlDocument.C \
        ControlDocument.h \
-       ControlError.C \
-       ControlError.h \
+       ControlErrorList.C \
+       ControlErrorList.h \
        ControlERT.C \
        ControlERT.h \
        ControlExternal.C \
@@ -58,19 +62,20 @@ libcontrollers_la_SOURCES= \
        ControlGraphics.h \
        ControlInclude.C \
        ControlInclude.h \
-       ControlIndex.C \
-       ControlIndex.h \
-       ControlInset.h \
        ControlLog.C \
        ControlLog.h \
        ControlMath.C \
        ControlMath.h \
        ControlMinipage.C \
        ControlMinipage.h \
+       ControlNote.C \
+       ControlNote.h \
        ControlParagraph.C \
        ControlParagraph.h \
        ControlPreamble.C \
        ControlPreamble.h \
+       ControlPrefs.C \
+       ControlPrefs.h \
        ControlPrint.C \
        ControlPrint.h \
        ControlRef.C \
@@ -83,6 +88,8 @@ libcontrollers_la_SOURCES= \
        ControlShowFile.h \
        ControlSpellchecker.C \
        ControlSpellchecker.h \
+       ControlTabular.C \
+       ControlTabular.h \
        ControlTabularCreate.C \
        ControlTabularCreate.h \
        ControlTexinfo.C \
@@ -91,15 +98,12 @@ libcontrollers_la_SOURCES= \
        ControlThesaurus.h \
        ControlToc.C \
        ControlToc.h \
-       ControlUrl.C \
-       ControlUrl.h \
        ControlVCLog.C \
        ControlVCLog.h \
        ControlWrap.C \
        ControlWrap.h \
        GUI.h \
        ViewBase.h \
+       ViewBase.C \
        helper_funcs.C \
        helper_funcs.h
-
-libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)