From c752f986e9e5974fe5b1b85ad79fff71eef3f160 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 May 2014 17:11:17 +0200 Subject: Use DISABLE_DEPRECATED variable for deprecation --- gsearchtool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsearchtool') diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am index ea8f67c0..acdf8748 100644 --- a/gsearchtool/Makefile.am +++ b/gsearchtool/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = data help libmateui-deprecated AM_CPPFLAGS = \ -I$(srcdir)/libmateui-deprecated \ -I$(top_srcdir)/libeggsmclient \ - -DG_DISABLE_DEPRECATED \ + $(DISABLE_DEPRECATED) \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DDATADIR=\""$(datadir)"\" \ -- cgit v1.2.1