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 --- mate-screenshot/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'mate-screenshot/Makefile.am') diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am index 3a3f5df5..e8e54cad 100644 --- a/mate-screenshot/Makefile.am +++ b/mate-screenshot/Makefile.am @@ -5,6 +5,7 @@ AM_CPPFLAGS = \ -I$(srcdir) \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DUIDIR=\""$(uidir)"\" \ + $(DISABLE_DEPRECATED) \ $(NULL) bin_PROGRAMS = \ -- cgit v1.2.1