X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FMakefile.am;h=a2599e084497387f84c9ed9df69306acbd7c51a3;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=b89284af8f9789dac7b1b336eea84f3fd8337834;hpb=e5f1824f33b51af675f8d345d5871a76dbd54465;p=lyx.git diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index b89284af8f..a2599e0844 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -1,26 +1,33 @@ 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++ -INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) +BOOST_INCLUDES = -I$(top_srcdir)/boost +INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) -libinsets_la_SOURCES = \ - BoundingBox.h \ +EXTRA_DIST = \ + insetlist.C \ + insetlist.h \ + insetsection.h \ + insetsection.C \ + insettheorem.C \ + insettheorem.h + +libinsets_o_SOURCES = \ ExternalTemplate.C \ ExternalTemplate.h \ figinset.C \ figinset.h \ - form_graphics.C \ - form_graphics.h \ - form_url.C \ - form_url.h \ inset.C \ + inset.h \ insetbib.C \ insetbib.h \ insetbutton.C \ insetbutton.h \ + insetcaption.C \ + insetcaption.h \ insetcite.C \ insetcite.h \ insetcollapsable.C \ @@ -33,28 +40,32 @@ libinsets_la_SOURCES = \ insetert.h \ insetexternal.C \ insetexternal.h \ + insetfloat.h \ + insetfloat.C \ + insetfloatlist.C \ + insetfloatlist.h \ insetfoot.C \ insetfoot.h \ + insetfootlike.C \ + insetfootlike.h \ + insetgraphicsParams.h \ + insetgraphicsParams.C \ insetgraphics.C \ insetgraphics.h \ insetinclude.C \ insetinclude.h \ insetindex.C \ insetindex.h \ - insetinfo.C \ - insetinfo.h \ insetlabel.C \ insetlabel.h \ insetlatexaccent.C \ insetlatexaccent.h \ - insetloa.C \ - insetloa.h \ - insetlof.C \ - insetlof.h \ - insetlot.C \ - insetlot.h \ insetmarginal.h \ insetmarginal.C \ + insetminipage.C \ + insetminipage.h \ + insetnote.C \ + insetnote.h \ insetparent.C \ insetparent.h \ insetquotes.C \ @@ -70,5 +81,10 @@ libinsets_la_SOURCES = \ insettoc.C \ insettoc.h \ inseturl.C \ - inseturl.h \ - lyxinset.h + inseturl.h +# insetlist.C \ +# insetlist.h \ +# insetsection.h \ +# insetsection.C \ +# insettheorem.C \ +# insettheorem.h \