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