From a4240c73b4c2031e3d5f7a183a4245992df43fb1 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 4 Mar 2012 13:28:44 +0000 Subject: [PATCH] E illume-keyboard: No need to escape () in the filename. Breaks here (possibly beacuse of new autofoo?). SVN revision: 68659 --- src/modules/illume-keyboard/dicts/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/illume-keyboard/dicts/Makefile.am b/src/modules/illume-keyboard/dicts/Makefile.am index 6a98e1b88..04e4ece9a 100644 --- a/src/modules/illume-keyboard/dicts/Makefile.am +++ b/src/modules/illume-keyboard/dicts/Makefile.am @@ -3,7 +3,7 @@ MODULE = illume-keyboard filesdir = $(libdir)/enlightenment/modules/$(MODULE)/dicts files_DATA = \ - English_\(US\).dic \ - English_\(US\)_Small.dic + English_(US).dic \ + English_(US)_Small.dic EXTRA_DIST = $(files_DATA)