]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / insets / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libinsets.la
5 LIBS =
6 ETAGS_ARGS = --lang=c++
7 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
8
9 libinsets_la_SOURCES = \
10         BoundingBox.h \
11         ExternalTemplate.C \
12         ExternalTemplate.h \
13         figinset.C \
14         figinset.h \
15         form_graphics.C \
16         form_graphics.h \
17         form_url.C \
18         form_url.h \
19         inset.C \
20         insetbib.C \
21         insetbib.h \
22         insetbutton.C \
23         insetbutton.h \
24         insetcaption.C \
25         insetcaption.h \
26         insetcite.C \
27         insetcite.h \
28         insetcollapsable.C \
29         insetcollapsable.h \
30         insetcommand.C \
31         insetcommand.h \
32         inseterror.C \
33         inseterror.h \
34         insetert.C \
35         insetert.h \
36         insetexternal.C \
37         insetexternal.h \
38         insetfloat.h \
39         insetfloat.C \
40         insetfoot.C \
41         insetfoot.h \
42         insetfootlike.C \
43         insetfootlike.h \
44         insetgraphics.C \
45         insetgraphics.h \
46         insetinclude.C \
47         insetinclude.h \
48         insetindex.C \
49         insetindex.h \
50         insetinfo.C \
51         insetinfo.h \
52         insetlabel.C \
53         insetlabel.h \
54         insetlatexaccent.C \
55         insetlatexaccent.h \
56         insetlist.C \
57         insetlist.h \
58         insetloa.C \
59         insetloa.h \
60         insetlof.C \
61         insetlof.h \
62         insetlot.C \
63         insetlot.h \
64         insetmarginal.h \
65         insetmarginal.C \
66         insetminipage.C \
67         insetminipage.h \
68         insetparent.C \
69         insetparent.h \
70         insetquotes.C \
71         insetquotes.h \
72         insetref.C \
73         insetref.h \
74         insetsection.h \
75         insetsection.C \
76         insetspecialchar.C \
77         insetspecialchar.h \
78         insettabular.C \
79         insettabular.h \
80         insettheorem.C \
81         insettheorem.h \
82         insettext.C \
83         insettext.h \
84         insettoc.C \
85         insettoc.h \
86         inseturl.C \
87         inseturl.h \
88         lyxinset.h