]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Extend Note inset to other forms of annotation like Comment
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = BCView.tmpl ControlDialog.tmpl
4
5 INCLUDES = -I$(top_srcdir)/src $(BOOST_INCLUDES)
6
7 noinst_LTLIBRARIES = libcontrollers.la
8
9 libcontrollers_la_SOURCES= \
10         Dialog.C \
11         Dialog.h \
12         Kernel.C \
13         Kernel.h \
14         biblio.C \
15         biblio.h \
16         character.C \
17         character.h \
18         frnt_lang.C \
19         frnt_lang.h \
20         tex_helpers.C \
21         tex_helpers.h \
22         BCView.h \
23         BCView.C \
24         ButtonController.C \
25         ButtonController.h \
26         ButtonPolicies.C \
27         ButtonPolicies.h \
28         ControlAboutlyx.C \
29         ControlAboutlyx.h \
30         ControlBibtex.C \
31         ControlBibtex.h \
32         ControlButtons.C \
33         ControlButtons.h \
34         ControlCharacter.C \
35         ControlCharacter.h \
36         ControlChanges.C \
37         ControlChanges.h \
38         ControlCitation.C \
39         ControlCitation.h \
40         ControlCommand.C \
41         ControlCommand.h \
42         ControlCommandBuffer.C \
43         ControlCommandBuffer.h \
44         ControlConnections.C \
45         ControlConnections.h \
46         ControlDialog.h \
47         ControlDialog_impl.C \
48         ControlDialog_impl.h \
49         ControlDocument.C \
50         ControlDocument.h \
51         ControlErrorList.C \
52         ControlErrorList.h \
53         ControlERT.C \
54         ControlERT.h \
55         ControlExternal.C \
56         ControlExternal.h \
57         ControlFloat.C \
58         ControlFloat.h \
59         ControlForks.C \
60         ControlForks.h \
61         ControlGraphics.C \
62         ControlGraphics.h \
63         ControlInclude.C \
64         ControlInclude.h \
65         ControlLog.C \
66         ControlLog.h \
67         ControlMath.C \
68         ControlMath.h \
69         ControlMinipage.C \
70         ControlMinipage.h \
71         ControlNote.C \
72         ControlNote.h \
73         ControlParagraph.C \
74         ControlParagraph.h \
75         ControlPreamble.C \
76         ControlPreamble.h \
77         ControlPrefs.C \
78         ControlPrefs.h \
79         ControlPrint.C \
80         ControlPrint.h \
81         ControlRef.C \
82         ControlRef.h \
83         ControlSearch.C \
84         ControlSearch.h \
85         ControlSendto.C \
86         ControlSendto.h \
87         ControlShowFile.C \
88         ControlShowFile.h \
89         ControlSpellchecker.C \
90         ControlSpellchecker.h \
91         ControlTabular.C \
92         ControlTabular.h \
93         ControlTabularCreate.C \
94         ControlTabularCreate.h \
95         ControlTexinfo.C \
96         ControlTexinfo.h \
97         ControlThesaurus.C \
98         ControlThesaurus.h \
99         ControlToc.C \
100         ControlToc.h \
101         ControlVCLog.C \
102         ControlVCLog.h \
103         ControlWrap.C \
104         ControlWrap.h \
105         GUI.h \
106         ViewBase.h \
107         ViewBase.C \
108         helper_funcs.C \
109         helper_funcs.h