mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
122e7616d7
are InsetFormula, InsetExternal, InsetGraphic and InsetInclude that all need to inform the BufferView of their changed status when the graphic is loaded. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7897 a592a061-630c-0410-9148-cb99ea01b6c8
115 lines
2.0 KiB
Makefile
115 lines
2.0 KiB
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
noinst_LTLIBRARIES = libinsets.la
|
|
|
|
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
|
|
|
|
EXTRA_DIST = \
|
|
insetlist.C \
|
|
insetlist.h \
|
|
insettheorem.C \
|
|
insettheorem.h
|
|
|
|
libinsets_la_SOURCES = \
|
|
mailinset.C \
|
|
mailinset.h \
|
|
ExternalSupport.C \
|
|
ExternalSupport.h \
|
|
ExternalTemplate.C \
|
|
ExternalTemplate.h \
|
|
ExternalTransforms.C \
|
|
ExternalTransforms.h \
|
|
render_base.h \
|
|
render_button.C \
|
|
render_button.h \
|
|
render_graphic.C \
|
|
render_graphic.h \
|
|
render_preview.C \
|
|
render_preview.h \
|
|
inset.C \
|
|
inset.h \
|
|
insetbase.h \
|
|
insetbase.C \
|
|
insetbibitem.C \
|
|
insetbibitem.h \
|
|
insetbibtex.C \
|
|
insetbibtex.h \
|
|
insetbox.C \
|
|
insetbox.h \
|
|
insetbranch.C \
|
|
insetbranch.h \
|
|
insetcaption.C \
|
|
insetcaption.h \
|
|
insetcite.C \
|
|
insetcite.h \
|
|
insetcollapsable.C \
|
|
insetcollapsable.h \
|
|
insetcommand.C \
|
|
insetcommand.h \
|
|
insetcommandparams.C \
|
|
insetcommandparams.h \
|
|
insetenv.C \
|
|
insetenv.h \
|
|
insetert.C \
|
|
insetert.h \
|
|
insetexternal.C \
|
|
insetexternal.h \
|
|
insetfloat.h \
|
|
insetfloat.C \
|
|
insetfloatlist.C \
|
|
insetfloatlist.h \
|
|
insetfoot.C \
|
|
insetfoot.h \
|
|
insetfootlike.C \
|
|
insetfootlike.h \
|
|
insetgraphicsParams.h \
|
|
insetgraphicsParams.C \
|
|
insetgraphics.C \
|
|
insetgraphics.h \
|
|
insethfill.C \
|
|
insethfill.h \
|
|
insetinclude.C \
|
|
insetinclude.h \
|
|
insetindex.C \
|
|
insetindex.h \
|
|
insetlabel.C \
|
|
insetlabel.h \
|
|
insetlatexaccent.C \
|
|
insetlatexaccent.h \
|
|
insetmarginal.h \
|
|
insetmarginal.C \
|
|
insetminipage.C \
|
|
insetminipage.h \
|
|
insetnewline.C \
|
|
insetnewline.h \
|
|
insetnote.C \
|
|
insetnote.h \
|
|
insetoptarg.C \
|
|
insetoptarg.h \
|
|
insetquotes.C \
|
|
insetquotes.h \
|
|
insetref.C \
|
|
insetref.h \
|
|
insetspace.C \
|
|
insetspace.h \
|
|
insetspecialchar.C \
|
|
insetspecialchar.h \
|
|
insettabular.C \
|
|
insettabular.h \
|
|
insettext.C \
|
|
insettext.h \
|
|
insettoc.C \
|
|
insettoc.h \
|
|
inseturl.C \
|
|
inseturl.h \
|
|
insetwrap.h \
|
|
insetwrap.C \
|
|
updatableinset.C \
|
|
updatableinset.h
|
|
# insetlist.C \
|
|
# insetlist.h \
|
|
# insetsection.h \
|
|
# insetsection.C \
|
|
# insettheorem.C \
|
|
# insettheorem.h \
|