]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
more guii moving around.
[lyx.git] / src / frontends / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = controllers @FRONTEND@
4
5 DIST_SUBDIRS = controllers xforms qt2 gnome
6
7 noinst_LTLIBRARIES = libfrontends.la
8
9 LIBS += @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
10
11 INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
12 libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
13
14 libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
15
16 libfrontends_la_SOURCES = \
17         Alert.C \
18         Alert.h \
19         Alert_pimpl.h \
20         Dialogs.C \
21         Dialogs.h \
22         DialogBase.h \
23         FileDialog.h \
24         GUIRunTime.h \
25         Liason.C \
26         Liason.h \
27         Menubar.C \
28         Menubar.h \
29         Painter.C \
30         Painter.h \
31         Timeout.C \
32         Timeout.h \
33         Toolbar.C \
34         Toolbar.h \
35         LyXView.C \
36         LyXView.h \
37         WorkArea.C \
38         WorkArea.h \
39         screen.C \
40         screen.h