]> git.lyx.org Git - lyx.git/commitdiff
*** empty log message ***
authorAngus Leeming <leeming@lyx.org>
Thu, 26 Apr 2001 19:02:13 +0000 (19:02 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 26 Apr 2001 19:02:13 +0000 (19:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1962 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Makefile.am

index 99bcd621d9693891ee0d6e2339e042181180de1d..0e73a8ee0b6d227f543cbe62321c2b77747fb59d 100644 (file)
@@ -4,13 +4,14 @@ 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 controllers @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=\
+       Dialogs.C \
        Dialogs.h \
        DialogBase.h \
        FileDialog.h \