*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1962 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-04-26 19:02:13 +00:00
parent 1e651e88d0
commit bb6e7a45b8

View 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 \