diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-05 22:09:57 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-06 16:24:35 -0500 |
commit | 9f90af0138ee883e2cd4ac1d9620b6c03094819d (patch) | |
tree | 08d0273dd13c07e234bdafd9baf8aa02100fc640 /data/Makefile.am | |
parent | cfaa8f7fb65304cf5903bc2025784ef82cfb60f3 (diff) | |
download | nautilus-9f90af0138ee883e2cd4ac1d9620b6c03094819d.tar.gz |
shell-provider: don't use a separate binary
Since NautilusApplication is a service, we can now handle searches and
windows coming and going indipendently just fine.
This also allows us to launch a search directly from the search provider
very easily.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b17ece046..a0127e96e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -34,7 +34,7 @@ org.freedesktop.FileManager1.service: org.freedesktop.FileManager1.service.in Ma $(AM_V_GEN) sed -e "s|\@bindir\@|$(bindir)|" $< > $@ org.gnome.Nautilus.SearchProvider.service: org.gnome.Nautilus.SearchProvider.service.in Makefile - $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) sed -e "s|\@bindir\@|$(bindir)|" $< > $@ searchproviderdir = $(datadir)/gnome-shell/search-providers searchprovider_DATA = nautilus-search-provider.ini |