diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-02-07 07:20:45 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-02-07 07:20:45 +0800 |
commit | 11136022cc92e4dd36d2fb494e2e16d7aae13dd7 (patch) | |
tree | 4f38363dae05a69f13cfc71edf2abe809b59d45c /data/Makefile.am | |
parent | 14d50af007f8ec7bee3ef6bb21305daf65d06164 (diff) | |
download | gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.gz gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.zst gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.zip |
Fix KRB4_CFLAGS to work correctly Fix desktop file installation path Use
2003-02-06 Rodney Dawes <dobey@ximian.com>
* configure.in: Fix KRB4_CFLAGS to work correctly
* data/Makefile.am: Fix desktop file installation path
* data/evolution.desktop.in: Use correct binary and categories, add
StartupNotify=1 also, for startup-notification-enabled systems
svn path=/trunk/; revision=19832
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 23f8c01da4..102b28ead7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -desktopdir = $(datadir)/gnome/apps/Applications +desktopdir = $(datadir)/applications desktop_in_file = evolution.desktop.in desktop_file = $(desktop_in_file:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ |