]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Enable convertDefault.sh to run even if its executable bit is not set.
[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         insetbranch.C \
29         insetbranch.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         insetert.C \
43         insetert.h \
44         insetexternal.C \
45         insetexternal.h \
46         insetfloat.h \
47         insetfloat.C \
48         insetfloatlist.C \
49         insetfloatlist.h \
50         insetfoot.C \
51         insetfoot.h \
52         insetfootlike.C \
53         insetfootlike.h \
54         insetgraphicsParams.h \
55         insetgraphicsParams.C \
56         insetgraphics.C \
57         insetgraphics.h \
58         insethfill.C \
59         insethfill.h \
60         insetinclude.C \
61         insetinclude.h \
62         insetindex.C \
63         insetindex.h \
64         insetlabel.C \
65         insetlabel.h \
66         insetlatexaccent.C \
67         insetlatexaccent.h \
68         insetmarginal.h \
69         insetmarginal.C \
70         insetminipage.C \
71         insetminipage.h \
72         insetnewline.C \
73         insetnewline.h \
74         insetnote.C \
75         insetnote.h \
76         insetoptarg.C \
77         insetoptarg.h \
78         insetquotes.C \
79         insetquotes.h \
80         insetref.C \
81         insetref.h \
82         insetspace.C \
83         insetspace.h \
84         insetspecialchar.C \
85         insetspecialchar.h \
86         insettabular.C \
87         insettabular.h \
88         insettext.C \
89         insettext.h \
90         insettoc.C \
91         insettoc.h \
92         inseturl.C \
93         inseturl.h \
94         insetwrap.h \
95         insetwrap.C \
96         updatableinset.C \
97         updatableinset.h
98 #       insetlist.C \
99 #       insetlist.h \
100 #       insetsection.h \
101 #       insetsection.C \
102 #       insettheorem.C \
103 #       insettheorem.h \