From a23838c20fbcff3005318ef8285961958b803b99 Mon Sep 17 00:00:00 2001 From: "t.youngs" Date: Fri, 19 Sep 2008 13:39:04 +0000 Subject: [PATCH] Reverted path in root Makefile.am (for Desktop file). --- Makefile.am | 2 +- src/base/aten.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d7416ed27..6d2cf6797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,6 @@ ff_DATA = data/ff/* testdir = $(atendir)/test test_DATA = data/test/* -desktopdir = /usr/share/applications +desktopdir = @BUILDDIR@/usr/share/applications desktop_DATA = Aten.desktop diff --git a/src/base/aten.h b/src/base/aten.h index 86c40f597..29d882e37 100644 --- a/src/base/aten.h +++ b/src/base/aten.h @@ -31,7 +31,7 @@ #define ATENVERSION "0.99" #define ATENREVISION "640" -#define ATENDATE "Fri 19 Sep - 14:22" +#define ATENDATE "Fri 19 Sep - 14:38" #define ATENURL "http://aten.googlecode.com/svn/trunk" // Forward Declarations