]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
remove insetparent
[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         insetfloatlist.C \
51         insetfloatlist.h \
52         insetfoot.C \
53         insetfoot.h \
54         insetfootlike.C \
55         insetfootlike.h \
56         insetgraphicsParams.h \
57         insetgraphicsParams.C \
58         insetgraphics.C \
59         insetgraphics.h \
60         insethfill.C \
61         insethfill.h \
62         insetinclude.C \
63         insetinclude.h \
64         insetindex.C \
65         insetindex.h \
66         insetlabel.C \
67         insetlabel.h \
68         insetlatexaccent.C \
69         insetlatexaccent.h \
70         insetmarginal.h \
71         insetmarginal.C \
72         insetminipage.C \
73         insetminipage.h \
74         insetnewline.C \
75         insetnewline.h \
76         insetnote.C \
77         insetnote.h \
78         insetoptarg.C \
79         insetoptarg.h \
80         insetquotes.C \
81         insetquotes.h \
82         insetref.C \
83         insetref.h \
84         insetspace.C \
85         insetspace.h \
86         insetspecialchar.C \
87         insetspecialchar.h \
88         insettabular.C \
89         insettabular.h \
90         insettext.C \
91         insettext.h \
92         insettoc.C \
93         insettoc.h \
94         inseturl.C \
95         inseturl.h \
96         insetwrap.h \
97         insetwrap.C \
98         updatableinset.C \
99         updatableinset.h
100 #       insetlist.C \
101 #       insetlist.h \
102 #       insetsection.h \
103 #       insetsection.C \
104 #       insettheorem.C \
105 #       insettheorem.h \