From: Alfredo Braunstein Date: Wed, 5 Sep 2007 15:46:20 +0000 (+0000) Subject: compile fix X-Git-Tag: 1.6.10~8489 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2685780f0c8fff7f5d5fc08513bd6dcb46bceac7;p=features.git compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20073 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Makefile.am b/src/Makefile.am index 2770227f8e..bf1af936ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -494,8 +494,6 @@ liblyxinsets_la_SOURCES = \ insets/InsetBranch.h \ insets/InsetCaption.cpp \ insets/InsetCaption.h \ - insets/InsetCharStyle.cpp \ - insets/InsetCharStyle.h \ insets/InsetCitation.cpp \ insets/InsetCitation.h \ insets/InsetCollapsable.cpp \ @@ -510,6 +508,8 @@ liblyxinsets_la_SOURCES = \ insets/InsetERT.h \ insets/InsetExternal.cpp \ insets/InsetExternal.h \ + insets/InsetFlex.h \ + insets/InsetFlex.cpp \ insets/InsetFloat.h \ insets/InsetFloat.cpp \ insets/InsetFloatList.cpp \