From 8430bc62ce936c590d5096d55893c32ad8ceae4a Mon Sep 17 00:00:00 2001 From: JucaBlues Date: Wed, 13 Feb 2008 16:59:25 +0000 Subject: [PATCH] fix makefile.am share/keys directory should not be included, I think --- share/keys/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/keys/Makefile.am b/share/keys/Makefile.am index d2033ee00..f4a08d595 100644 --- a/share/keys/Makefile.am +++ b/share/keys/Makefile.am @@ -10,7 +10,7 @@ keys_DATA = \ right-handed-illustration.xml \ corel-draw-x4.xml \ zoner-draw.xml \ - share/keys/acd-canvas.xml + acd-canvas.xml EXTRA_DIST = $(keys_DATA) -- 2.30.2