From fe9482b2ac7070296c7b49890e62227d800eb571 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Villar=20Sen=C3=ADn?= Date: Fri, 12 Feb 2010 20:02:30 +0100 Subject: [PATCH] Fixed a Makefile.am --- src/gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index f4dd362..78142aa 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -56,4 +56,4 @@ libmodest_ui_la_LIBADD = \ desktopentry_DATA = modest.desktop EXTRA_DIST=\ - *(desktopentry_DATA) + $(desktopentry_DATA) -- 1.7.9.5