X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=a2599e084497387f84c9ed9df69306acbd7c51a3;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=8ef545437a4c821d67731edc3f1fde438050239b;hpb=2652ad62f4372429195db18d3a765543f4ac6090;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 8ef545437a..a2599e0844 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -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 \