]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
RenderButton, RenderGraphic and RenderPreview now have a common lineage.
[lyx.git] / src / insets / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libinsets.la
4
5 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
6
7 EXTRA_DIST = \
8         insetlist.C \
9         insetlist.h \
10         insettheorem.C \
11         insettheorem.h
12
13 libinsets_la_SOURCES = \
14         mailinset.C \
15         mailinset.h \
16         ExternalSupport.C \
17         ExternalSupport.h \
18         ExternalTemplate.C \
19         ExternalTemplate.h \
20         ExternalTransforms.C \
21         ExternalTransforms.h \
22         render_base.C \
23         render_base.h \
24         render_button.C \
25         render_button.h \
26         render_graphic.C \
27         render_graphic.h \
28         render_preview.C \
29         render_preview.h \
30         inset.C \
31         inset.h \
32         insetbase.h \
33         insetbase.C \
34         insetbibitem.C \
35         insetbibitem.h \
36         insetbibtex.C \
37         insetbibtex.h \
38         insetbox.C \
39         insetbox.h \
40         insetbranch.C \
41         insetbranch.h \
42         insetcaption.C \
43         insetcaption.h \
44         insetcite.C \
45         insetcite.h \
46         insetcollapsable.C \
47         insetcollapsable.h \
48         insetcommand.C \
49         insetcommand.h \
50         insetcommandparams.C \
51         insetcommandparams.h \
52         insetenv.C \
53         insetenv.h \
54         insetert.C \
55         insetert.h \
56         insetexternal.C \
57         insetexternal.h \
58         insetfloat.h \
59         insetfloat.C \
60         insetfloatlist.C \
61         insetfloatlist.h \
62         insetfoot.C \
63         insetfoot.h \
64         insetfootlike.C \
65         insetfootlike.h \
66         insetgraphicsParams.h \
67         insetgraphicsParams.C \
68         insetgraphics.C \
69         insetgraphics.h \
70         insethfill.C \
71         insethfill.h \
72         insetinclude.C \
73         insetinclude.h \
74         insetindex.C \
75         insetindex.h \
76         insetlabel.C \
77         insetlabel.h \
78         insetlatexaccent.C \
79         insetlatexaccent.h \
80         insetmarginal.h \
81         insetmarginal.C \
82         insetminipage.C \
83         insetminipage.h \
84         insetnewline.C \
85         insetnewline.h \
86         insetnote.C \
87         insetnote.h \
88         insetoptarg.C \
89         insetoptarg.h \
90         insetquotes.C \
91         insetquotes.h \
92         insetref.C \
93         insetref.h \
94         insetspace.C \
95         insetspace.h \
96         insetspecialchar.C \
97         insetspecialchar.h \
98         insettabular.C \
99         insettabular.h \
100         insettext.C \
101         insettext.h \
102         insettoc.C \
103         insettoc.h \
104         inseturl.C \
105         inseturl.h \
106         insetwrap.h \
107         insetwrap.C \
108         updatableinset.C \
109         updatableinset.h
110 #       insetlist.C \
111 #       insetlist.h \
112 #       insetsection.h \
113 #       insetsection.C \
114 #       insettheorem.C \
115 #       insettheorem.h \