aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-04-30 08:46:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-04-30 08:46:27 +0000
commitba546f30097ffc76e94983d14ff9be1c55eb8074 (patch)
tree974f5f10c5dcd62b064fa104daa639bea9c53cfa /Makefile.am
parente7a79497f6bb16887a60afeb0e4cdb90d56782d7 (diff)
updated sylpheed.desktop.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1989 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d866811..7aef6ff6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,3 +34,11 @@ release: distdir
-rm -rf $(distdir)
ACLOCAL_AMFLAGS = -I m4
+
+install-data-local:
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \
+ $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png;
+
+desktop_DATA = sylpheed.desktop
+desktopdir = $(datadir)/applications