]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
*** empty log message ***
[lyx.git] / src / frontends / Makefile.am
index 01b6473711257cfbd71fa706094146b66287ca67..0e73a8ee0b6d227f543cbe62321c2b77747fb59d 100644 (file)
@@ -4,22 +4,24 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 # xforms has to be fixed here as we still need object files in this directory
 # for the compilation of other frontends, so until that we have to let this
 # here.
-SUBDIRS = support xforms @FRONTEND@
+SUBDIRS = support controllers xforms @FRONTEND@
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 LIBS =
 noinst_LTLIBRARIES = libfrontends.la
 libfrontends_la_SOURCES=\
-       ButtonPolicies.C \
-       ButtonPolicies.h \
+       Dialogs.C \
        Dialogs.h \
        DialogBase.h \
+       FileDialog.h \
        GUIRunTime.h \
        Liason.C \
        Liason.h \
        Menubar.C \
        Menubar.h \
+       Timeout.C \
+       Timeout.h \
        Toolbar.C \
        Toolbar.h