]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Makefile.am
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / Makefile.am
index 704b535f4a95007cb5d93f3b4cdfdefd9f704193..40bc2b583293684ac5edfc8801d3fd99d3b5bd6a 100644 (file)
@@ -7,19 +7,25 @@ INCLUDES = -I${top_srcdir}/src/ \
        -I${top_srcdir}/src/frontends/ \
        ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 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 \
+       ControlAboutlyx.C \
+       ControlAboutlyx.h \
        ControlBibitem.C \
        ControlBibitem.h \
        ControlBibtex.C \
        ControlBibtex.h \
+       ControlButtons.C \
+       ControlButtons.h \
        ControlCharacter.C \
        ControlCharacter.h \
        ControlCitation.C \
@@ -28,29 +34,49 @@ libcontrollers_la_SOURCES=\
        ControlCommand.h \
        ControlConnections.C \
        ControlConnections.h \
-       ControlCopyright.C \
-       ControlCredits.h \
-       ControlCredits.C \
-       ControlCopyright.h \
+       ControlDialogs.h \
+       ControlError.h \
+       ControlError.C \
+       ControlERT.h \
+       ControlERT.C \
+       ControlExternal.h \
+       ControlExternal.C \
+       ControlFloat.h \
+       ControlFloat.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 \
+       ControlSpellchecker.C \
+       ControlSpellchecker.h \
+       ControlSplash.C \
+       ControlSplash.h \
+       ControlTabularCreate.C \
+       ControlTabularCreate.h \
+       ControlThesaurus.C \
+       ControlThesaurus.h \
+       ControlToc.C \
+       ControlToc.h \
+       ControlUrl.C \
+       ControlUrl.h \
        ControlVCLog.C \
        ControlVCLog.h \
        GUI.h \
        ViewBase.h \
        helper_funcs.C \
        helper_funcs.h
-
-# just copied from old lyx repository
-dist-hook:
-       for subdir in $(LYXDATADIRS) ; do \
-       test -d $(distdir)/$$subdir \
-       || mkdir $(distdir)/$$subdir \
-       || exit 1; \
-       chmod 777 $(distdir)/$$subdir; \
-       list=`(cd $(srcdir)/$$subdir && ls -1 | grep -v CVS)`; \
-       echo $$list ; \
-       for fil in $$list ; do \
-       cp -p $(srcdir)/$$subdir/$$fil $(distdir)/$$subdir ; \
-       done ; \
-       done