]> git.lyx.org Git - features.git/blob - src/insets/Makefile.am
show custom bullet instead of "...", change from John.
[features.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         insettheorem.C \
9         insettheorem.h
10
11 AM_CXXFLAGS = $(PCH_FLAGS)
12
13 libinsets_la_DEPENDENCIES = $(PCH_FILE)
14
15 libinsets_la_SOURCES = \
16         $(PCH_FILE) mailinset.C \
17         mailinset.h \
18         ExternalSupport.C \
19         ExternalSupport.h \
20         ExternalTemplate.C \
21         ExternalTemplate.h \
22         ExternalTransforms.C \
23         ExternalTransforms.h \
24         render_base.h \
25         render_button.C \
26         render_button.h \
27         render_graphic.C \
28         render_graphic.h \
29         render_preview.C \
30         render_preview.h \
31         inset.C \
32         inset.h \
33         insetbase.h \
34         insetbase.C \
35         insetbibitem.C \
36         insetbibitem.h \
37         insetbibtex.C \
38         insetbibtex.h \
39         insetbox.C \
40         insetbox.h \
41         insetbranch.C \
42         insetbranch.h \
43         insetcaption.C \
44         insetcaption.h \
45         insetcharstyle.C \
46         insetcharstyle.h \
47         insetcite.C \
48         insetcite.h \
49         insetcollapsable.C \
50         insetcollapsable.h \
51         insetcommand.C \
52         insetcommand.h \
53         insetcommandparams.C \
54         insetcommandparams.h \
55         insetenv.C \
56         insetenv.h \
57         insetert.C \
58         insetert.h \
59         insetexternal.C \
60         insetexternal.h \
61         insetfloat.h \
62         insetfloat.C \
63         insetfloatlist.C \
64         insetfloatlist.h \
65         insetfoot.C \
66         insetfoot.h \
67         insetfootlike.C \
68         insetfootlike.h \
69         insetgraphicsParams.h \
70         insetgraphicsParams.C \
71         insetgraphics.C \
72         insetgraphics.h \
73         insethfill.C \
74         insethfill.h \
75         insetinclude.C \
76         insetinclude.h \
77         insetindex.C \
78         insetindex.h \
79         insetlabel.C \
80         insetlabel.h \
81         insetlatexaccent.C \
82         insetlatexaccent.h \
83         insetline.C \
84         insetline.h \
85         insetmarginal.h \
86         insetmarginal.C \
87         insetnewline.C \
88         insetnewline.h \
89         insetnote.C \
90         insetnote.h \
91         insetoptarg.C \
92         insetoptarg.h \
93         insetpagebreak.C \
94         insetpagebreak.h \
95         insetquotes.C \
96         insetquotes.h \
97         insetref.C \
98         insetref.h \
99         insetspace.C \
100         insetspace.h \
101         insetspecialchar.C \
102         insetspecialchar.h \
103         insettabular.C \
104         insettabular.h \
105         insettext.C \
106         insettext.h \
107         insettoc.C \
108         insettoc.h \
109         inseturl.C \
110         inseturl.h \
111         insetvspace.C \
112         insetvspace.h \
113         insetwrap.h \
114         insetwrap.C \
115         updatableinset.C \
116         updatableinset.h
117 #       insetlist.C \
118 #       insetlist.h \
119 #       insetsection.h \
120 #       insetsection.C \
121 #       insettheorem.C \
122 #       insettheorem.h