From bb6e7a45b860244c7b6ea80307a6501fa0748f47 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 26 Apr 2001 19:02:13 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1962 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index 99bcd621d9..0e73a8ee0b 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -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 \ -- 2.39.2