X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.local;h=034b20361307a12514107d3c6a6ada4dbdd9d9be;hb=6ce2bf68f53fec4302121763e588c33c7cd86a9c;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 \