]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
More fixes to insettabular/text (and some missing features added).
[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 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 libinsets_la_SOURCES = \
11         BoundingBox.h \
12         ExternalTemplate.C \
13         ExternalTemplate.h \
14         figinset.C \
15         figinset.h \
16         inset.C \
17         insetbib.C \
18         insetbib.h \
19         insetbutton.C \
20         insetbutton.h \
21         insetcaption.C \
22         insetcaption.h \
23         insetcite.C \
24         insetcite.h \
25         insetcollapsable.C \
26         insetcollapsable.h \
27         insetcommand.C \
28         insetcommand.h \
29         inseterror.C \
30         inseterror.h \
31         insetert.C \
32         insetert.h \
33         insetexternal.C \
34         insetexternal.h \
35         insetfloat.h \
36         insetfloat.C \
37         insetfoot.C \
38         insetfoot.h \
39         insetfootlike.C \
40         insetfootlike.h \
41         insetgraphicsParams.h \
42         insetgraphicsParams.C \
43         insetgraphics.C \
44         insetgraphics.h \
45         insetinclude.C \
46         insetinclude.h \
47         insetindex.C \
48         insetindex.h \
49         insetinfo.C \
50         insetinfo.h \
51         insetlabel.C \
52         insetlabel.h \
53         insetlatexaccent.C \
54         insetlatexaccent.h \
55         insetlist.C \
56         insetlist.h \
57         insetmarginal.h \
58         insetmarginal.C \
59         insetminipage.C \
60         insetminipage.h \
61         insetparent.C \
62         insetparent.h \
63         insetquotes.C \
64         insetquotes.h \
65         insetref.C \
66         insetref.h \
67         insetsection.h \
68         insetsection.C \
69         insetspecialchar.C \
70         insetspecialchar.h \
71         insettabular.C \
72         insettabular.h \
73         insettext.C \
74         insettext.h \
75         insettheorem.C \
76         insettheorem.h \
77         insettoc.C \
78         insettoc.h \
79         inseturl.C \
80         inseturl.h \
81         lyxinset.h