From 0889a3a50eb13d95f0a61efc73afa4f05125c8df Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 12 Jun 2000 00:41:06 +0000 Subject: Fix a build problem (e-table now depends on the `misc' widgets, so we need to build the `misc' directory first) and install a `.desktop' file and an icon file. (For now, the icon file is a copy of `evolution-inbox.png'.) svn path=/trunk/; revision=3527 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f6d04978ad..d3b340e965 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,5 +33,11 @@ SUBDIRS = \ po \ doc +appicondir = $(datadir)/pixmaps +appicon_DATA = evolution.png + +applicationdir = $(datadir)/gnome/apps/Applications +application_DATA = evolution.desktop + dist-hook: evolution.spec cp evolution.spec $(distdir) -- cgit v1.2.3