]> 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 e8291b37a52a07eeadb20f755fd90ae790bd3ae6..a2599e084497387f84c9ed9df69306acbd7c51a3 100644 (file)
@@ -1,13 +1,21 @@
 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)
 
-libinsets_la_SOURCES = \
+EXTRA_DIST = \
+       insetlist.C \
+       insetlist.h \
+       insetsection.h \
+       insetsection.C \
+       insettheorem.C \
+       insettheorem.h
+
+libinsets_o_SOURCES = \
        ExternalTemplate.C \
        ExternalTemplate.h \
        figinset.C \
@@ -52,8 +60,6 @@ libinsets_la_SOURCES = \
        insetlabel.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
-       insetlist.C \
-       insetlist.h \
        insetmarginal.h \
        insetmarginal.C \
        insetminipage.C \
@@ -66,17 +72,19 @@ libinsets_la_SOURCES = \
        insetquotes.h \
        insetref.C \
        insetref.h \
-       insetsection.h \
-       insetsection.C \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
        insettabular.h \
        insettext.C \
        insettext.h \
-       insettheorem.C \
-       insettheorem.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \
        inseturl.h
+#      insetlist.C \
+#      insetlist.h \
+#      insetsection.h \
+#      insetsection.C \
+#      insettheorem.C \
+#      insettheorem.h \