summaryrefslogtreecommitdiff
path: root/search-provider
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-02-04 19:35:01 +0100
committerRui Matos <tiagomatos@gmail.com>2013-02-19 12:25:54 +0100
commitcfa16a070de22207b93e2035d4f0528b1404e51b (patch)
tree8de234c5b7e6545c818c3c56cf3130cb76dbc09f /search-provider
parentfbbb0b1fd86c98ebfbe70de8b9c70c7751b0c0d6 (diff)
downloadgnome-control-center-cfa16a070de22207b93e2035d4f0528b1404e51b.tar.gz
Move cc-util into panels/common
We need this in some panels too.
Diffstat (limited to 'search-provider')
-rw-r--r--search-provider/Makefile.am2
-rw-r--r--search-provider/cc-search-provider.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/search-provider/Makefile.am b/search-provider/Makefile.am
index 3ea315d2a..d0126a545 100644
--- a/search-provider/Makefile.am
+++ b/search-provider/Makefile.am
@@ -16,6 +16,7 @@ INCLUDES = \
-DCC_PANEL_LOADER_NO_GTYPES \
-I$(top_srcdir) \
$(SHELL_CFLAGS) \
+ -I$(top_srcdir)/panels/common/ \
-I$(top_srcdir)/libgd
libexec_PROGRAMS = gnome-control-center-search-provider
@@ -32,6 +33,7 @@ gnome_control_center_search_provider_SOURCES = \
cc-search-provider.h
gnome_control_center_search_provider_LDADD = \
+ $(top_builddir)/panels/common/liblanguage.la \
$(top_builddir)/shell/libshell.la \
$(SHELL_LIBS)
diff --git a/search-provider/cc-search-provider.c b/search-provider/cc-search-provider.c
index ac92b7d9b..70d8642d1 100644
--- a/search-provider/cc-search-provider.c
+++ b/search-provider/cc-search-provider.c
@@ -28,7 +28,8 @@
#include <shell/cc-panel.h>
#include <shell/cc-shell-model.h>
#include <shell/cc-panel-loader.h>
-#include <shell/cc-util.h>
+
+#include "cc-util.h"
#include "control-center-search-provider.h"
#include "cc-search-provider.h"