]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
ws changes only
[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.h \
23         render_button.C \
24         render_button.h \
25         render_graphic.C \
26         render_graphic.h \
27         render_preview.C \
28         render_preview.h \
29         inset.C \
30         inset.h \
31         insetbase.h \
32         insetbase.C \
33         insetbibitem.C \
34         insetbibitem.h \
35         insetbibtex.C \
36         insetbibtex.h \
37         insetbox.C \
38         insetbox.h \
39         insetbranch.C \
40         insetbranch.h \
41         insetcaption.C \
42         insetcaption.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         insetmarginal.h \
80         insetmarginal.C \
81         insetminipage.C \
82         insetminipage.h \
83         insetnewline.C \
84         insetnewline.h \
85         insetnote.C \
86         insetnote.h \
87         insetoptarg.C \
88         insetoptarg.h \
89         insetquotes.C \
90         insetquotes.h \
91         insetref.C \
92         insetref.h \
93         insetspace.C \
94         insetspace.h \
95         insetspecialchar.C \
96         insetspecialchar.h \
97         insettabular.C \
98         insettabular.h \
99         insettext.C \
100         insettext.h \
101         insettoc.C \
102         insettoc.h \
103         inseturl.C \
104         inseturl.h \
105         insetwrap.h \
106         insetwrap.C \
107         updatableinset.C \
108         updatableinset.h
109 #       insetlist.C \
110 #       insetlist.h \
111 #       insetsection.h \
112 #       insetsection.C \
113 #       insettheorem.C \
114 #       insettheorem.h \