]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
* Split insetbib.[Ch] into insetbibitem.[Ch] and insetbibtex.[Ch].
[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         ExternalTemplate.C \
17         ExternalTemplate.h \
18         inset.C \
19         inset.h \
20         insetbase.h \
21         insetbase.C \
22         insetbibitem.C \
23         insetbibitem.h \
24         insetbibtex.C \
25         insetbibtex.h \
26         insetbutton.C \
27         insetbutton.h \
28         insetcaption.C \
29         insetcaption.h \
30         insetcite.C \
31         insetcite.h \
32         insetcollapsable.C \
33         insetcollapsable.h \
34         insetcommand.C \
35         insetcommand.h \
36         insetcommandparams.C \
37         insetcommandparams.h \
38         inseterror.C \
39         inseterror.h \
40         insetert.C \
41         insetert.h \
42         insetexternal.C \
43         insetexternal.h \
44         insetfloat.h \
45         insetfloat.C \
46         insetwrap.h \
47         insetwrap.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         insetinclude.C \
59         insetinclude.h \
60         insetindex.C \
61         insetindex.h \
62         insetlabel.C \
63         insetlabel.h \
64         insetlatexaccent.C \
65         insetlatexaccent.h \
66         insetmarginal.h \
67         insetmarginal.C \
68         insetminipage.C \
69         insetminipage.h \
70         insetnote.C \
71         insetnote.h \
72         insetoptarg.C \
73         insetoptarg.h \
74         insetparent.C \
75         insetparent.h \
76         insetquotes.C \
77         insetquotes.h \
78         insetref.C \
79         insetref.h \
80         insetspecialchar.C \
81         insetspecialchar.h \
82         insettabular.C \
83         insettabular.h \
84         insettext.C \
85         insettext.h \
86         insettoc.C \
87         insettoc.h \
88         inseturl.C \
89         inseturl.h \
90         updatableinset.C \
91         updatableinset.h
92 #       insetlist.C \
93 #       insetlist.h \
94 #       insetsection.h \
95 #       insetsection.C \
96 #       insettheorem.C \
97 #       insettheorem.h \