diff options
author | infirit <[email protected]> | 2014-05-01 17:11:17 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-01 17:11:17 +0200 |
commit | c752f986e9e5974fe5b1b85ad79fff71eef3f160 (patch) | |
tree | 68c07d1385382b043ef9ef1b921b3c1663733215 /gsearchtool | |
parent | 9ebd6f842860bda0e14dce138acf88d6af3b4b29 (diff) | |
download | mate-utils-c752f986e9e5974fe5b1b85ad79fff71eef3f160.tar.bz2 mate-utils-c752f986e9e5974fe5b1b85ad79fff71eef3f160.tar.xz |
Use DISABLE_DEPRECATED variable for deprecation
Diffstat (limited to 'gsearchtool')
-rw-r--r-- | gsearchtool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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)"\" \ |