]> 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 8ef545437a4c821d67731edc3f1fde438050239b..a2599e084497387f84c9ed9df69306acbd7c51a3 100644 (file)
@@ -1,7 +1,7 @@
 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
@@ -15,7 +15,7 @@ EXTRA_DIST = \
        insettheorem.C \
        insettheorem.h
 
-libinsets_la_SOURCES = \
+libinsets_o_SOURCES = \
        ExternalTemplate.C \
        ExternalTemplate.h \
        figinset.C \