]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
I forgot to remove DialogBAse.h from Makefile.am when I nuked it yesterday.
[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         FileDialog.h \
23         Liason.C \
24         Liason.h \
25         LyXKeySym.h \
26         LyXKeySymFactory.h \
27         LyXScreenFactory.h \
28         LyXView.C \
29         LyXView.h \
30         Menubar.C \
31         Menubar.h \
32         Painter.C \
33         Painter.h \
34         Timeout.C \
35         Timeout.h \
36         Toolbar.C \
37         Toolbar.h \
38         WorkArea.C \
39         WorkArea.h \
40         WorkAreaFactory.h \
41         font_metrics.h \
42         guiapi.h \
43         guiapi.C \
44         key_state.h \
45         lyx_gui.h \
46         mouse_state.h \
47         screen.C \
48         screen.h