]> git.lyx.org Git - features.git/blob - src/insets/Makefile.am
several changes and some new insets, read the Changelog
[features.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         insetcite.C \
25         insetcite.h \
26         insetcollapsable.C \
27         insetcollapsable.h \
28         insetcommand.C \
29         insetcommand.h \
30         inseterror.C \
31         inseterror.h \
32         insetert.C \
33         insetert.h \
34         insetexternal.C \
35         insetexternal.h \
36         insetfloat.h \
37         insetfloat.C \
38         insetfoot.C \
39         insetfoot.h \
40         insetgraphics.C \
41         insetgraphics.h \
42         insetinclude.C \
43         insetinclude.h \
44         insetindex.C \
45         insetindex.h \
46         insetinfo.C \
47         insetinfo.h \
48         insetlabel.C \
49         insetlabel.h \
50         insetlatexaccent.C \
51         insetlatexaccent.h \
52         insetlist.C \
53         insetlist.h \
54         insetloa.C \
55         insetloa.h \
56         insetlof.C \
57         insetlof.h \
58         insetlot.C \
59         insetlot.h \
60         insetmarginal.h \
61         insetmarginal.C \
62         insetminipage.C \
63         insetminipage.h \
64         insetparent.C \
65         insetparent.h \
66         insetquotes.C \
67         insetquotes.h \
68         insetref.C \
69         insetref.h \
70         insetspecialchar.C \
71         insetspecialchar.h \
72         insettabular.C \
73         insettabular.h \
74         insettext.C \
75         insettext.h \
76         insettoc.C \
77         insettoc.h \
78         inseturl.C \
79         inseturl.h \
80         lyxinset.h