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