From 1bf121924d41e57ef6fdfc14c6ebe8ce9aa3f5e1 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 22 Nov 2009 15:17:11 -0600 Subject: Add install target for notmuch.desktop file. Add an install target that uses desktop-file-install to install the desktop file in the appropriate location. The location of the install can be modified by changing the desktop_dir variable. Signed-off-by: Jeffrey C. Ollie --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index d240b6ac..a2af672d 100755 --- a/configure +++ b/configure @@ -274,6 +274,9 @@ prefix = ${PREFIX} # The directory to which emacs lisp files should be installed emacs_lispdir=${emacs_lispdir} +# The directory to which desktop files should be installed +desktop_dir = \${prefix}/share/applications + # Whether the getline function is available (if not, then notmuch will # build its own version) HAVE_GETLINE = ${have_getline} -- cgit v1.2.3