aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2013-08-18 21:59:49 +0800
committerGiovanni Campagna <gcampagn@redhat.com>2013-08-29 23:43:54 +0800
commitf8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3 (patch)
treea2923f9933c9e1672371d6d40288a82be26ce3ff /data/Makefile.am
parent77df45f51f70243aaad5ec88b816c881cfdb2dbe (diff)
downloadgsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.tar
gsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.tar.gz
gsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.tar.bz2
gsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.tar.lz
gsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.tar.xz
gsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.tar.zst
gsoc2013-epiphany-f8f38cb1bbf42e91e5ce5ad4b50caea70d6a08e3.zip
Add a shell search provider
The search provider offers the same results as the inline completion in the location bar, gathering results from the history and from bookmarks. Also, it provides a special "Search the web" item, that continues search with the configured search engine (Google by default) https://bugzilla.gnome.org/show_bug.cgi?id=694943
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 6449caa31..c8e25a084 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -56,6 +56,9 @@ dist_icons_DATA = \
thumbnail-frame.png \
incognito.png
+searchproviderdir = $(datadir)/gnome-shell/search-providers
+dist_searchprovider_DATA = epiphany-search-provider.ini
+
EXTRA_DIST = \
$(aboutdialog_DATA) \
$(service_in_files) \