]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Small fixes notified by Angus and patch from Kayan!
[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         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         insetfootlike.C \
41         insetfootlike.h \
42         insetgraphics.C \
43         insetgraphics.h \
44         insetinclude.C \
45         insetinclude.h \
46         insetindex.C \
47         insetindex.h \
48         insetinfo.C \
49         insetinfo.h \
50         insetlabel.C \
51         insetlabel.h \
52         insetlatexaccent.C \
53         insetlatexaccent.h \
54         insetlist.C \
55         insetlist.h \
56         insetloa.C \
57         insetloa.h \
58         insetlof.C \
59         insetlof.h \
60         insetlot.C \
61         insetlot.h \
62         insetmarginal.h \
63         insetmarginal.C \
64         insetminipage.C \
65         insetminipage.h \
66         insetparent.C \
67         insetparent.h \
68         insetquotes.C \
69         insetquotes.h \
70         insetref.C \
71         insetref.h \
72         insetspecialchar.C \
73         insetspecialchar.h \
74         insettabular.C \
75         insettabular.h \
76         insettheorem.C \
77         insettheorem.h \
78         insettext.C \
79         insettext.h \
80         insettoc.C \
81         insettoc.h \
82         inseturl.C \
83         inseturl.h \
84         lyxinset.h