aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--data/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c090218df..324d2ae33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-12 Christian Persch <chpe@cvs.gnome.org>
+
+ * data/Makefile.am:
+
+ Fix desktop file install.
+
2005-12-11 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
diff --git a/data/Makefile.am b/data/Makefile.am
index ecca2c602..96f5bf9b1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -29,7 +29,7 @@ server_in_files = GNOME_Epiphany_Automation.server.in
server_DATA = GNOME_Epiphany_Automation.server
serverdir = $(libdir)/bonobo/servers
-desktop_in_file= epiphany.desktop.in.in bme.desktop.in.in
+desktop_in_files = epiphany.desktop.in.in bme.desktop.in.in
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)