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 /logview/Makefile.am | |
parent | 9ebd6f842860bda0e14dce138acf88d6af3b4b29 (diff) | |
download | mate-utils-c752f986e9e5974fe5b1b85ad79fff71eef3f160.tar.bz2 mate-utils-c752f986e9e5974fe5b1b85ad79fff71eef3f160.tar.xz |
Use DISABLE_DEPRECATED variable for deprecation
Diffstat (limited to 'logview/Makefile.am')
-rw-r--r-- | logview/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logview/Makefile.am b/logview/Makefile.am index 1fc2bd49..271947d3 100644 --- a/logview/Makefile.am +++ b/logview/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -DLOGVIEWINSTALLPREFIX=\""$(prefix)/\"" \ -DLOGVIEW_DATADIR=\""$(pkgdatadir)"\" \ $(SUN_OS) \ + $(DISABLE_DEPRECATED) \ $(NULL) bin_PROGRAMS = mate-system-log |