diff options
author | zhuyaliang <[email protected]> | 2023-10-09 11:24:35 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-10-11 00:30:04 +0000 |
commit | 8a4929783cc8720760589caeb5f2263c3dab744b (patch) | |
tree | b9cfa4cb85f44c0d4d99e9b19086fda2890d7229 /capplets/appearance/Makefile.am | |
parent | 5d9cbe65cdf296d9a69c93712243617dd6ba6848 (diff) | |
download | mate-control-center-8a4929783cc8720760589caeb5f2263c3dab744b.tar.bz2 mate-control-center-8a4929783cc8720760589caeb5f2263c3dab744b.tar.xz |
appearance: Remove useless match_wm_manager_init function
Diffstat (limited to 'capplets/appearance/Makefile.am')
-rw-r--r-- | capplets/appearance/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/capplets/appearance/Makefile.am b/capplets/appearance/Makefile.am index 93f27c95..509d4fbb 100644 --- a/capplets/appearance/Makefile.am +++ b/capplets/appearance/Makefile.am @@ -40,7 +40,6 @@ mate_appearance_properties_SOURCES = \ AM_CFLAGS = -DMATE_DESKTOP_USE_UNSTABLE_API mate_appearance_properties_LDADD = \ - $(top_builddir)/libwindow-settings/libmate-window-settings.la \ $(top_builddir)/capplets/common/libcommon.la \ $(MATECC_CAPPLETS_LIBS) \ $(FONT_CAPPLET_LIBS) \ |