]> 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 b4f862e048c9c2f743cc9820211824954d9a1252..40bc2b583293684ac5edfc8801d3fd99d3b5bd6a 100644 (file)
@@ -7,7 +7,6 @@ INCLUDES = -I${top_srcdir}/src/ \
        -I${top_srcdir}/src/frontends/ \
        ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 LIBS =
-SUBDIRS = 
 ETAGS_ARGS = --lang=c++
 libcontrollers_la_SOURCES=\
        biblio.C \
@@ -19,6 +18,8 @@ libcontrollers_la_SOURCES=\
        ButtonControllerBase.h \
        ButtonPolicies.C \
        ButtonPolicies.h \
+       ControlAboutlyx.C \
+       ControlAboutlyx.h \
        ControlBibitem.C \
        ControlBibitem.h \
        ControlBibtex.C \
@@ -33,15 +34,15 @@ libcontrollers_la_SOURCES=\
        ControlCommand.h \
        ControlConnections.C \
        ControlConnections.h \
-       ControlCopyright.C \
-       ControlCopyright.h \
-       ControlCredits.h \
-       ControlCredits.C \
        ControlDialogs.h \
        ControlError.h \
        ControlError.C \
+       ControlERT.h \
+       ControlERT.C \
        ControlExternal.h \
        ControlExternal.C \
+       ControlFloat.h \
+       ControlFloat.C \
        ControlGraphics.h \
        ControlGraphics.C \
        ControlInclude.C \
@@ -61,10 +62,14 @@ libcontrollers_la_SOURCES=\
        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 \
@@ -75,17 +80,3 @@ libcontrollers_la_SOURCES=\
        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