diff options
author | rbuj <[email protected]> | 2020-12-02 13:52:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-09 01:39:01 +0100 |
commit | 150b16e3a317156bdde26ba7f972811f8bb3e5f7 (patch) | |
tree | 6d9a0d3dc1fe080152d81fe9ea05c7fb345327b0 /libwindow-settings | |
parent | 47da7d74b2d520c25d4d5caee13e50b28616762e (diff) | |
download | mate-control-center-150b16e3a317156bdde26ba7f972811f8bb3e5f7.tar.bz2 mate-control-center-150b16e3a317156bdde26ba7f972811f8bb3e5f7.tar.xz |
build: remove legacy variable MATE_ICONDIR
Diffstat (limited to 'libwindow-settings')
-rw-r--r-- | libwindow-settings/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libwindow-settings/Makefile.am b/libwindow-settings/Makefile.am index cd9228c5..5db54937 100644 --- a/libwindow-settings/Makefile.am +++ b/libwindow-settings/Makefile.am @@ -2,7 +2,6 @@ WM_MODULE_DIR=$(libdir)/window-manager-settings AM_CPPFLAGS = \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ - -DMATE_ICONDIR=\""$(datadir)/pixmaps"\" \ -DG_LOG_DOMAIN=\"capplet-common\" \ -DMATE_WM_PROPERTY_PATH=\"$(datadir)/mate/wm-properties\" \ -DMATE_WINDOW_MANAGER_MODULE_PATH=\""$(WM_MODULE_DIR)"\" \ |