summaryrefslogtreecommitdiff
path: root/search-provider
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-06-25 11:59:25 +0200
committerBastien Nocera <hadess@hadess.net>2014-06-25 12:46:43 +0200
commit6c9cc171f5b4c39fcbf4c2fefb61420c7a50fc8b (patch)
tree91dc43474051de991d05987d3b93240176a9f828 /search-provider
parentc61d9e5a95d0332d68f7494782870d5878e6a75b (diff)
downloadgnome-control-center-6c9cc171f5b4c39fcbf4c2fefb61420c7a50fc8b.tar.gz
search-provider: Use AM_CPPFLAGS rather than INCLUDES
This is deprecated in newer automake versions, and this causes warnings with automake 1.14: panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for AM_CPPFLAGS' (or '*_CPPFLAGS') https://bugzilla.gnome.org/show_bug.cgi?id=732189
Diffstat (limited to 'search-provider')
-rw-r--r--search-provider/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/search-provider/Makefile.am b/search-provider/Makefile.am
index 7796e0842..2314d66ec 100644
--- a/search-provider/Makefile.am
+++ b/search-provider/Makefile.am
@@ -12,7 +12,8 @@ $(dbus_shell_search_provider_built_sources) : Makefile.am $(srcdir)/org.gnome.Sh
$(srcdir)/org.gnome.ShellSearchProvider2.xml \
$(NULL)
-INCLUDES = \
+AM_CPPFLAGS = \
+ -DGNOMELOCALEDIR="\"$(datadir)/locale\""\
-DCC_PANEL_LOADER_NO_GTYPES \
-I$(top_srcdir) \
$(SHELL_CFLAGS) \
@@ -37,8 +38,6 @@ gnome_control_center_search_provider_LDADD = \
$(top_builddir)/shell/libshell.la \
$(SHELL_LIBS)
-AM_CPPFLAGS = -DGNOMELOCALEDIR="\"$(datadir)/locale\""
-
CLEANFILES = $(BUILT_SOURCES) $(service_DATA)
servicedir = $(datadir)/dbus-1/services