X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=1f3a12ddf6070603ceb5b86a9e82720a04e95142;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=fd3ef54111d49bedd3804370c390700f3f718ce9;hpb=2e6967711a0656d59f127104a4ec68ebe8043f87;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index fd3ef5411..1f3a12ddf 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -23,7 +23,8 @@ libeditex_la_SOURCES = \ TDictionary.cc \ TDocument.cc \ TNode.cc \ - TTokenizer.cc + TTokenizer.cc \ + timer.cc pkginclude_HEADERS = \ Diff.hh \ @@ -47,7 +48,8 @@ pkginclude_HEADERS = \ TListener.hh \ TToken.hh \ globals.hh \ - dom.hh + dom.hh \ + timer.hh INCLUDES = \ $(GMETADOM_CFLAGS) \