X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=4063687fbd3998c025999ac0548c1151c0a66a42;hb=f849bc4a629e15389f629fd4f187790bb68db464;hp=e8291b37a52a07eeadb20f755fd90ae790bd3ae6;hpb=b60c06df7e3e2f9da35aead443e0b3fb82a3f544;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index e8291b37a5..4063687fbd 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -1,17 +1,20 @@ -AUTOMAKE_OPTIONS = foreign -DISTCLEANFILES= *.orig *.rej *~ *.bak core -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +include $(top_srcdir)/config/common.am + noinst_LTLIBRARIES = libinsets.la -LIBS = -ETAGS_ARGS = --lang=c++ -BOOST_INCLUDES = -I$(top_srcdir)/boost -INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) + +INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) + +EXTRA_DIST = \ + insetlist.C \ + insetlist.h \ + insetsection.h \ + insetsection.C \ + insettheorem.C \ + insettheorem.h libinsets_la_SOURCES = \ ExternalTemplate.C \ ExternalTemplate.h \ - figinset.C \ - figinset.h \ inset.C \ inset.h \ insetbib.C \ @@ -26,6 +29,8 @@ libinsets_la_SOURCES = \ insetcollapsable.h \ insetcommand.C \ insetcommand.h \ + insetcommandparams.C \ + insetcommandparams.h \ inseterror.C \ inseterror.h \ insetert.C \ @@ -52,8 +57,6 @@ libinsets_la_SOURCES = \ insetlabel.h \ insetlatexaccent.C \ insetlatexaccent.h \ - insetlist.C \ - insetlist.h \ insetmarginal.h \ insetmarginal.C \ insetminipage.C \ @@ -66,17 +69,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 \