]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Add transformations to InsetExternal.
[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         renderers.C \
23         renderers.h \
24         inset.C \
25         inset.h \
26         insetbase.h \
27         insetbase.C \
28         insetbibitem.C \
29         insetbibitem.h \
30         insetbibtex.C \
31         insetbibtex.h \
32         insetbox.C \
33         insetbox.h \
34         insetbranch.C \
35         insetbranch.h \
36         insetcaption.C \
37         insetcaption.h \
38         insetcite.C \
39         insetcite.h \
40         insetcollapsable.C \
41         insetcollapsable.h \
42         insetcommand.C \
43         insetcommand.h \
44         insetcommandparams.C \
45         insetcommandparams.h \
46         insetenv.C \
47         insetenv.h \
48         insetert.C \
49         insetert.h \
50         insetexternal.C \
51         insetexternal.h \
52         insetfloat.h \
53         insetfloat.C \
54         insetfloatlist.C \
55         insetfloatlist.h \
56         insetfoot.C \
57         insetfoot.h \
58         insetfootlike.C \
59         insetfootlike.h \
60         insetgraphicsParams.h \
61         insetgraphicsParams.C \
62         insetgraphics.C \
63         insetgraphics.h \
64         insethfill.C \
65         insethfill.h \
66         insetinclude.C \
67         insetinclude.h \
68         insetindex.C \
69         insetindex.h \
70         insetlabel.C \
71         insetlabel.h \
72         insetlatexaccent.C \
73         insetlatexaccent.h \
74         insetmarginal.h \
75         insetmarginal.C \
76         insetminipage.C \
77         insetminipage.h \
78         insetnewline.C \
79         insetnewline.h \
80         insetnote.C \
81         insetnote.h \
82         insetoptarg.C \
83         insetoptarg.h \
84         insetquotes.C \
85         insetquotes.h \
86         insetref.C \
87         insetref.h \
88         insetspace.C \
89         insetspace.h \
90         insetspecialchar.C \
91         insetspecialchar.h \
92         insettabular.C \
93         insettabular.h \
94         insettext.C \
95         insettext.h \
96         insettoc.C \
97         insettoc.h \
98         inseturl.C \
99         inseturl.h \
100         insetwrap.h \
101         insetwrap.C \
102         updatableinset.C \
103         updatableinset.h
104 #       insetlist.C \
105 #       insetlist.h \
106 #       insetsection.h \
107 #       insetsection.C \
108 #       insettheorem.C \
109 #       insettheorem.h \