]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / Makefile.am
index 88626740964937cded08ff799b4235f22c430c3f..a2599e084497387f84c9ed9df69306acbd7c51a3 100644 (file)
@@ -1,15 +1,13 @@
 AUTOMAKE_OPTIONS = foreign
 DISTCLEANFILES= *.orig *.rej *~ *.bak core
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-noinst_LTLIBRARIES = libinsets.la
+noinst_LTLIBRARIES = libinsets.o
 LIBS =
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 EXTRA_DIST = \
-       insetinfo.C \
-       insetinfo.h \
        insetlist.C \
        insetlist.h \
        insetsection.h \
@@ -17,7 +15,7 @@ EXTRA_DIST = \
        insettheorem.C \
        insettheorem.h
 
-libinsets_la_SOURCES = \
+libinsets_o_SOURCES = \
        ExternalTemplate.C \
        ExternalTemplate.h \
        figinset.C \