From bfa5309cd776b3fe2a306393eef4553743a289d2 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Wed, 26 Jan 2011 19:45:55 +0000 Subject: [PATCH] src/gui/editors/displaytabs/Makefile.am : typo : MOSTLYcLEANFILES instead of MOSTLYCLEANFILES svn: r16480 --- src/gui/editors/displaytabs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/displaytabs/Makefile.am b/src/gui/editors/displaytabs/Makefile.am index 73a8619f2..615a008b1 100644 --- a/src/gui/editors/displaytabs/Makefile.am +++ b/src/gui/editors/displaytabs/Makefile.am @@ -52,7 +52,7 @@ pkgpyexecdir = @pkgpyexecdir@/gui/editors/displaytabs pkgpythondir = @pkgpythondir@/gui/editors/displaytabs # clean up all the byte-compiled files -MOSTLYcLEANFILES = *pyc *pyo +MOSTLYCLEANFILES = *pyc *pyo GRAMPS_PY_MODPATH = "../../../"