diff options
author | zhuyaliang <[email protected]> | 2023-10-11 13:38:16 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-13 14:10:05 +0200 |
commit | 4bd1a51c9a5d0d5e2f570a21d12b521e68cc4ffd (patch) | |
tree | 02a2fdfbd92158abc52bdc3aa17476bf09d431af /Makefile.am | |
parent | 59f29767052e91951d11adca3940d5a4fc0728b1 (diff) | |
download | mate-control-center-4bd1a51c9a5d0d5e2f570a21d12b521e68cc4ffd.tar.bz2 mate-control-center-4bd1a51c9a5d0d5e2f570a21d12b521e68cc4ffd.tar.xz |
Remove "libwindow settings" that are no longer in use
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6f093074..134c64ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ if USE_NLS PO_SUBDIR = po endif -SUBDIRS = $(PO_SUBDIR) libwindow-settings capplets font-viewer help man -DIST_SUBDIRS = po libwindow-settings capplets font-viewer help libslab shell typing-break man +SUBDIRS = $(PO_SUBDIR) capplets font-viewer help man +DIST_SUBDIRS = po capplets font-viewer help libslab shell typing-break man if HAVE_LIBMATESLAB SUBDIRS += libslab |