X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMakefile.am;h=20137977556ef19e8fcd7af3f79d3d89d1c55700;hb=c8089f8bf9d66c8428e8869895c61145ee4dd5e9;hp=4849bff9f6ebbfd2cba68e0dc5d41c0849a6c6d8;hpb=e70e507d01205cd2b1f98dbaa1ade487628e65ce;p=features.git diff --git a/src/mathed/Makefile.am b/src/mathed/Makefile.am index 4849bff9f6..2013797755 100644 --- a/src/mathed/Makefile.am +++ b/src/mathed/Makefile.am @@ -1,13 +1,12 @@ -AUTOMAKE_OPTIONS = foreign 1.4 -DISTCLEANFILES= *.orig *.rej *~ *.bak core -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +include $(top_srcdir)/config/common.am + noinst_LTLIBRARIES = libmathed.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) libmathed_la_SOURCES = \ + textpainter.C \ + textpainter.h \ formulabase.C \ formulabase.h \ formula.C \ @@ -20,14 +19,14 @@ libmathed_la_SOURCES = \ math_arrayinset.h \ math_atom.C \ math_atom.h \ + math_biginset.C \ + math_biginset.h \ math_binominset.C \ math_binominset.h \ - math_braceinset.C \ - math_braceinset.h \ math_boxinset.C \ math_boxinset.h \ - math_binaryopinset.C \ - math_binaryopinset.h \ + math_braceinset.C \ + math_braceinset.h \ math_casesinset.C \ math_casesinset.h \ math_charinset.C \ @@ -121,6 +120,8 @@ libmathed_la_SOURCES = \ math_streamstr.h \ math_stringinset.C \ math_stringinset.h \ + math_substackinset.C \ + math_substackinset.h \ math_support.C \ math_support.h \ math_symbolinset.C \