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 /libeggsmclient | |
parent | 9ebd6f842860bda0e14dce138acf88d6af3b4b29 (diff) | |
download | mate-utils-c752f986e9e5974fe5b1b85ad79fff71eef3f160.tar.bz2 mate-utils-c752f986e9e5974fe5b1b85ad79fff71eef3f160.tar.xz |
Use DISABLE_DEPRECATED variable for deprecation
Diffstat (limited to 'libeggsmclient')
-rw-r--r-- | libeggsmclient/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libeggsmclient/Makefile.am b/libeggsmclient/Makefile.am index 4fb6ef52..cc64b8cb 100644 --- a/libeggsmclient/Makefile.am +++ b/libeggsmclient/Makefile.am @@ -1,6 +1,4 @@ -AM_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DG_DISABLE_DEPRECATED +AM_CPPFLAGS = $(DISABLE_DEPRECATED) noinst_LTLIBRARIES = libeggsmclient.la |