diff options
author | Monsta <[email protected]> | 2015-09-25 11:16:20 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-25 11:16:20 +0300 |
commit | 531a6d4ec6dfac8d6325f6c071f565084b0d820b (patch) | |
tree | 2df9ed92f27246508019c70c99057d00feee1912 /baobab/src/Makefile.am | |
parent | 7be1faa3ab2ea463b1585b7b8c84f23498130a6d (diff) | |
download | mate-utils-531a6d4ec6dfac8d6325f6c071f565084b0d820b.tar.bz2 mate-utils-531a6d4ec6dfac8d6325f6c071f565084b0d820b.tar.xz |
configure: drop useless --enable-deprecated option
Diffstat (limited to 'baobab/src/Makefile.am')
-rw-r--r-- | baobab/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/baobab/src/Makefile.am b/baobab/src/Makefile.am index c3ac7744..8bd165c7 100644 --- a/baobab/src/Makefile.am +++ b/baobab/src/Makefile.am @@ -8,7 +8,6 @@ AM_CPPFLAGS = \ -DPKGDATADIR=\""$(datadir)/mate-disk-usage-analyzer"\" \ -DBAOBAB_PIX_DIR=\""$(datadir)/mate-disk-usage-analyzer/pixmaps/"\" \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - $(DISABLE_DEPRECATED) \ $(NULL) bin_PROGRAMS = mate-disk-usage-analyzer |