X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=034b20361307a12514107d3c6a6ada4dbdd9d9be;hb=a7f03d9f7c544cdc7662b936a390af91d199d8c7;hp=d579242c64174589dd70338c16d3a8175a4dfde9;hpb=1ef33800df7b3eaac36c0c17881e2630f7bfc0be;p=notmuch diff --git a/Makefile.local b/Makefile.local index d579242c..034b2036 100644 --- a/Makefile.local +++ b/Makefile.local @@ -18,7 +18,8 @@ notmuch_client_srcs = \ notmuch-tag.c \ notmuch-time.c \ query-string.c \ - show-message.c + show-message.c \ + json.c notmuch_client_modules = $(notmuch_client_srcs:.c=.o) notmuch: $(notmuch_client_modules) lib/notmuch.a @@ -43,6 +44,10 @@ install-emacs: install emacs install -m0644 notmuch.el $(DESTDIR)$(emacs_lispdir) install -m0644 notmuch.elc $(DESTDIR)$(emacs_lispdir) +install-desktop: + install -d $(DESTDIR)$(desktop_dir) + desktop-file-install --mode 0644 --dir $(DESTDIR)$(desktop_dir) notmuch.desktop + install-bash: install -d $(DESTDIR)$(bash_completion_dir) install -m0644 contrib/notmuch-completion.bash \