]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Rename LatexRunParams::fragile as moving_arg.
[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         insetsection.h \
11         insetsection.C \
12         insettheorem.C \
13         insettheorem.h
14
15 libinsets_la_SOURCES = \
16         mailinset.C \
17         mailinset.h \
18         ExternalTemplate.C \
19         ExternalTemplate.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         insetbutton.C \
29         insetbutton.h \
30         insetcaption.C \
31         insetcaption.h \
32         insetcite.C \
33         insetcite.h \
34         insetcollapsable.C \
35         insetcollapsable.h \
36         insetcommand.C \
37         insetcommand.h \
38         insetcommandparams.C \
39         insetcommandparams.h \
40         insetenv.C \
41         insetenv.h \
42         inseterror.C \
43         inseterror.h \
44         insetert.C \
45         insetert.h \
46         insetexternal.C \
47         insetexternal.h \
48         insetfloat.h \
49         insetfloat.C \
50         insetwrap.h \
51         insetwrap.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         insetparent.C \
83         insetparent.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         updatableinset.C \
101         updatableinset.h
102 #       insetlist.C \
103 #       insetlist.h \
104 #       insetsection.h \
105 #       insetsection.C \
106 #       insettheorem.C \
107 #       insettheorem.h \