diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-09-14 16:55:56 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-09-14 17:00:51 -0400 |
commit | 0472be1d71bbdc521b87fd5d57fc5651393dd5ee (patch) | |
tree | 794bdbfa5277b001d831ae0f0a2fb2c6e4d26820 /src/Makefile.am | |
parent | fc0b4b1ef598c893d69754e3455c99230b9c5a24 (diff) | |
download | nautilus-0472be1d71bbdc521b87fd5d57fc5651393dd5ee.tar.gz |
search-provider: also return bookmarks and mounts
Since the hardcoded provider in the Shell is going away.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 71279b500..4f63a5b1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -249,6 +249,8 @@ $(dbus_shell_search_provider_built_sources) : Makefile.am $(top_srcdir)/data/she $(NULL) nautilus_shell_search_provider_SOURCES = \ + nautilus-bookmark-list.h \ + nautilus-bookmark-list.c \ nautilus-shell-search-provider.c \ $(NULL) |