From 9bf53eeb37094fb1c31ee158f9b0f8973a0042d2 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 3 May 2010 17:09:37 -0400 Subject: [PATCH] Fix CLEANFILES to remove schema --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9fb6883..41f01c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,4 +20,4 @@ EXTRA_DIST = \ $(schemas_in_files) CLEANFILES = \ - $(schemas_data) + $(schemas_DATA) -- 2.7.4