]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
make cygwin and Angus happy (remove insetlist.[Ch]).
[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         insettheorem.C \
9         insettheorem.h
10
11 libinsets_la_SOURCES = \
12         mailinset.C \
13         mailinset.h \
14         ExternalSupport.C \
15         ExternalSupport.h \
16         ExternalTemplate.C \
17         ExternalTemplate.h \
18         ExternalTransforms.C \
19         ExternalTransforms.h \
20         render_base.h \
21         render_button.C \
22         render_button.h \
23         render_graphic.C \
24         render_graphic.h \
25         render_preview.C \
26         render_preview.h \
27         inset.C \
28         inset.h \
29         insetbase.h \
30         insetbase.C \
31         insetbibitem.C \
32         insetbibitem.h \
33         insetbibtex.C \
34         insetbibtex.h \
35         insetbox.C \
36         insetbox.h \
37         insetbranch.C \
38         insetbranch.h \
39         insetcaption.C \
40         insetcaption.h \
41         insetcharstyle.C \
42         insetcharstyle.h \
43         insetcite.C \
44         insetcite.h \
45         insetcollapsable.C \
46         insetcollapsable.h \
47         insetcommand.C \
48         insetcommand.h \
49         insetcommandparams.C \
50         insetcommandparams.h \
51         insetenv.C \
52         insetenv.h \
53         insetert.C \
54         insetert.h \
55         insetexternal.C \
56         insetexternal.h \
57         insetfloat.h \
58         insetfloat.C \
59         insetfloatlist.C \
60         insetfloatlist.h \
61         insetfoot.C \
62         insetfoot.h \
63         insetfootlike.C \
64         insetfootlike.h \
65         insetgraphicsParams.h \
66         insetgraphicsParams.C \
67         insetgraphics.C \
68         insetgraphics.h \
69         insethfill.C \
70         insethfill.h \
71         insetinclude.C \
72         insetinclude.h \
73         insetindex.C \
74         insetindex.h \
75         insetlabel.C \
76         insetlabel.h \
77         insetlatexaccent.C \
78         insetlatexaccent.h \
79         insetline.C \
80         insetline.h \
81         insetmarginal.h \
82         insetmarginal.C \
83         insetnewline.C \
84         insetnewline.h \
85         insetnote.C \
86         insetnote.h \
87         insetoptarg.C \
88         insetoptarg.h \
89         insetpagebreak.C \
90         insetpagebreak.h \
91         insetquotes.C \
92         insetquotes.h \
93         insetref.C \
94         insetref.h \
95         insetspace.C \
96         insetspace.h \
97         insetspecialchar.C \
98         insetspecialchar.h \
99         insettabular.C \
100         insettabular.h \
101         insettext.C \
102         insettext.h \
103         insettoc.C \
104         insettoc.h \
105         inseturl.C \
106         inseturl.h \
107         insetvspace.C \
108         insetvspace.h \
109         insetwrap.h \
110         insetwrap.C \
111         updatableinset.C \
112         updatableinset.h
113 #       insetlist.C \
114 #       insetlist.h \
115 #       insetsection.h \
116 #       insetsection.C \
117 #       insettheorem.C \
118 #       insettheorem.h