]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Enable the external inset to handle unknown templates gracefully.
[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         graphicinset.C \
21         graphicinset.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         insetbutton.C \
31         insetbutton.h \
32         insetcaption.C \
33         insetcaption.h \
34         insetcite.C \
35         insetcite.h \
36         insetcollapsable.C \
37         insetcollapsable.h \
38         insetcommand.C \
39         insetcommand.h \
40         insetcommandparams.C \
41         insetcommandparams.h \
42         insetenv.C \
43         insetenv.h \
44         inseterror.C \
45         inseterror.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 \