]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Fix bug 3363: mark buffer dirty after middle button paste in plain text and table...
[lyx.git] / src / insets / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libinsets.la
4
5 EXTRA_DIST = \
6         pch.h \
7         InsetTheorem.cpp \
8         InsetTheorem.h
9
10 BUILT_SOURCES = $(PCH_FILE)
11
12 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
13
14 libinsets_la_SOURCES = \
15         MailInset.cpp \
16         MailInset.h \
17         ExternalSupport.cpp \
18         ExternalSupport.h \
19         ExternalTemplate.cpp \
20         ExternalTemplate.h \
21         ExternalTransforms.cpp \
22         ExternalTransforms.h \
23         RenderBase.h \
24         RenderButton.cpp \
25         RenderButton.h \
26         RenderGraphic.cpp \
27         RenderGraphic.h \
28         RenderPreview.cpp \
29         RenderPreview.h \
30         Inset.h \
31         Inset.cpp \
32         InsetBibitem.cpp \
33         InsetBibitem.h \
34         InsetBibtex.cpp \
35         InsetBibtex.h \
36         InsetBox.cpp \
37         InsetBox.h \
38         InsetBranch.cpp \
39         InsetBranch.h \
40         InsetCaption.cpp \
41         InsetCaption.h \
42         InsetCharStyle.cpp \
43         InsetCharStyle.h \
44         InsetCitation.cpp \
45         InsetCitation.h \
46         InsetCollapsable.cpp \
47         InsetCollapsable.h \
48         InsetCommand.cpp \
49         InsetCommand.h \
50         InsetCommandParams.cpp \
51         InsetCommandParams.h \
52         InsetEnvironment.cpp \
53         InsetEnvironment.h \
54         InsetERT.cpp \
55         InsetERT.h \
56         InsetExternal.cpp \
57         InsetExternal.h \
58         InsetFloat.h \
59         InsetFloat.cpp \
60         InsetFloatList.cpp \
61         InsetFloatList.h \
62         InsetFoot.cpp \
63         InsetFoot.h \
64         InsetFootlike.cpp \
65         InsetFootlike.h \
66         InsetGraphicsParams.h \
67         InsetGraphicsParams.cpp \
68         InsetGraphics.cpp \
69         InsetGraphics.h \
70         InsetHFill.cpp \
71         InsetHFill.h \
72         InsetInclude.cpp \
73         InsetInclude.h \
74         InsetIndex.cpp \
75         InsetIndex.h \
76         InsetLabel.cpp \
77         InsetLabel.h \
78         InsetLine.cpp \
79         InsetLine.h \
80         InsetListings.h \
81         InsetListings.cpp \
82         InsetListingsParams.h \
83         InsetListingsParams.cpp \
84         InsetMarginal.h \
85         InsetMarginal.cpp \
86         InsetNewline.cpp \
87         InsetNewline.h \
88         InsetNomencl.cpp \
89         InsetNomencl.h \
90         InsetNote.cpp \
91         InsetNote.h \
92         InsetOptArg.cpp \
93         InsetOptArg.h \
94         InsetPagebreak.cpp \
95         InsetPagebreak.h \
96         InsetQuotes.cpp \
97         InsetQuotes.h \
98         InsetRef.cpp \
99         InsetRef.h \
100         InsetSpace.cpp \
101         InsetSpace.h \
102         InsetSpecialChar.cpp \
103         InsetSpecialChar.h \
104         InsetTabular.cpp \
105         InsetTabular.h \
106         InsetText.cpp \
107         InsetText.h \
108         InsetTOC.cpp \
109         InsetTOC.h \
110         InsetUrl.cpp \
111         InsetUrl.h \
112         InsetVSpace.cpp \
113         InsetVSpace.h \
114         InsetWrap.h \
115         InsetWrap.cpp
116
117 #       insetlist.C \
118 #       insetlist.h \
119 #       insetsection.h \
120 #       insetsection.C \
121 #       InsetTheorem.cpp \
122 #       InsetTheorem.h
123