]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
I fixed the two bugs (Very shallow in fact)
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libcontrollers.la
4
5 INCLUDES = -I$(top_srcdir)/src/ \
6         -I$(top_srcdir)/src/frontends/ \
7         $(SIGC_CFLAGS) $(BOOST_INCLUDES)
8
9 EXTRA_DIST = ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl
10
11 libcontrollers_la_SOURCES= \
12         biblio.C \
13         biblio.h \
14         character.C \
15         character.h \
16         frnt_lang.C \
17         frnt_lang.h \
18         tex_helpers.C \
19         tex_helpers.h \
20         ButtonController.h \
21         ButtonControllerBase.C \
22         ButtonControllerBase.h \
23         ButtonPolicies.C \
24         ButtonPolicies.h \
25         ControlAboutlyx.C \
26         ControlAboutlyx.h \
27         ControlBibitem.C \
28         ControlBibitem.h \
29         ControlBibtex.C \
30         ControlBibtex.h \
31         ControlButtons.C \
32         ControlButtons.h \
33         ControlCharacter.C \
34         ControlCharacter.h \
35         ControlCitation.C \
36         ControlCitation.h \
37         ControlCommand.C \
38         ControlCommand.h \
39         ControlCommandBuffer.C \
40         ControlCommandBuffer.h \
41         ControlConnections.C \
42         ControlConnections.h \
43         ControlDialog.h \
44         ControlDialog_impl.C \
45         ControlDialog_impl.h \
46         ControlError.C \
47         ControlError.h \
48         ControlERT.C \
49         ControlERT.h \
50         ControlExternal.C \
51         ControlExternal.h \
52         ControlFloat.C \
53         ControlFloat.h \
54         ControlForks.C \
55         ControlForks.h \
56         ControlGraphics.C \
57         ControlGraphics.h \
58         ControlInclude.C \
59         ControlInclude.h \
60         ControlIndex.C \
61         ControlIndex.h \
62         ControlInset.h \
63         ControlLog.C \
64         ControlLog.h \
65         ControlMinipage.C \
66         ControlMinipage.h \
67         ControlParagraph.C \
68         ControlParagraph.h \
69         ControlPreamble.C \
70         ControlPreamble.h \
71         ControlPrint.C \
72         ControlPrint.h \
73         ControlRef.C \
74         ControlRef.h \
75         ControlSearch.C \
76         ControlSearch.h \
77         ControlSendto.C \
78         ControlSendto.h \
79         ControlShowFile.C \
80         ControlShowFile.h \
81         ControlSpellchecker.C \
82         ControlSpellchecker.h \
83         ControlTabularCreate.C \
84         ControlTabularCreate.h \
85         ControlTexinfo.C \
86         ControlTexinfo.h \
87         ControlThesaurus.C \
88         ControlThesaurus.h \
89         ControlToc.C \
90         ControlToc.h \
91         ControlUrl.C \
92         ControlUrl.h \
93         ControlVCLog.C \
94         ControlVCLog.h \
95         GUI.h \
96         ViewBase.h \
97         helper_funcs.C \
98         helper_funcs.h
99
100 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)