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