]> 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 a5bb38d003ba0877a1205a7c49259decf187d567..c34df9e61c7c4a6ca5fa5c3d120effa7019a761c 100644 (file)
@@ -1,46 +1,55 @@
 include $(top_srcdir)/config/common.am
 
-noinst_LTLIBRARIES = libcontrollers.la
+EXTRA_DIST = BCView.tmpl ControlDialog.tmpl
 
-INCLUDES = -I$(top_srcdir)/src/ \
-       -I$(top_srcdir)/src/frontends/ \
-       $(SIGC_CFLAGS) $(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 \
        character.h \
        frnt_lang.C \
        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 \
        ControlCommand.h \
+       ControlCommandBuffer.C \
+       ControlCommandBuffer.h \
        ControlConnections.C \
        ControlConnections.h \
        ControlDialog.h \
        ControlDialog_impl.C \
        ControlDialog_impl.h \
-       ControlError.C \
-       ControlError.h \
+       ControlDocument.C \
+       ControlDocument.h \
+       ControlErrorList.C \
+       ControlErrorList.h \
        ControlERT.C \
        ControlERT.h \
        ControlExternal.C \
@@ -53,15 +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 \
@@ -74,6 +88,8 @@ libcontrollers_la_SOURCES= \
        ControlShowFile.h \
        ControlSpellchecker.C \
        ControlSpellchecker.h \
+       ControlTabular.C \
+       ControlTabular.h \
        ControlTabularCreate.C \
        ControlTabularCreate.h \
        ControlTexinfo.C \
@@ -82,13 +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)