X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=9574baa198956add64b70979ddf8e9fe4782bf59;hb=db47e6bc7773b26f0f74c37a02df496c17eff444;hp=1431772c7beb8d435f62de20af18820e9429c672;hpb=b3e20a15e74bc3a419ed6d01e49dccc11192b205;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 1431772c7b..9574baa198 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -1,19 +1,28 @@ AUTOMAKE_OPTIONS = foreign -MAINTAINERCLEANFILES = Makefile.in +DISTCLEANFILES= *.orig *.rej *~ *.bak core +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in noinst_LTLIBRARIES = libinsets.la LIBS = -ETAGS_ARGS = --c++ -INCLUDES = -I${srcdir}/../ +ETAGS_ARGS = --lang=c++ +INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) libinsets_la_SOURCES = \ BoundingBox.h \ + ExternalTemplate.C \ + ExternalTemplate.h \ figinset.C \ figinset.h \ - form_url.C \ - form_url.h \ + form_graphics.C \ + form_graphics.h \ inset.C \ insetbib.C \ insetbib.h \ + insetbutton.C \ + insetbutton.h \ + insetcaption.C \ + insetcaption.h \ + insetcite.C \ + insetcite.h \ insetcollapsable.C \ insetcollapsable.h \ insetcommand.C \ @@ -22,8 +31,16 @@ libinsets_la_SOURCES = \ inseterror.h \ insetert.C \ insetert.h \ + insetexternal.C \ + insetexternal.h \ + insetfloat.h \ + insetfloat.C \ insetfoot.C \ insetfoot.h \ + insetfootlike.C \ + insetfootlike.h \ + insetgraphicsParams.h \ + insetgraphicsParams.C \ insetgraphics.C \ insetgraphics.h \ insetinclude.C \ @@ -36,20 +53,26 @@ libinsets_la_SOURCES = \ insetlabel.h \ insetlatexaccent.C \ insetlatexaccent.h \ - insetloa.C \ - insetloa.h \ - insetlof.C \ - insetlof.h \ - insetlot.C \ - insetlot.h \ + insetlist.C \ + insetlist.h \ + insetmarginal.h \ + insetmarginal.C \ + insetminipage.C \ + insetminipage.h \ insetparent.C \ insetparent.h \ insetquotes.C \ insetquotes.h \ insetref.C \ insetref.h \ + insetsection.h \ + insetsection.C \ insetspecialchar.C \ insetspecialchar.h \ + insettabular.C \ + insettabular.h \ + insettheorem.C \ + insettheorem.h \ insettext.C \ insettext.h \ insettoc.C \