diff options
author | zhuyaliang <[email protected]> | 2023-10-25 21:43:03 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-05 12:00:50 +0100 |
commit | c2e94e1925f3c7acfa3fd3352dc8fdafe6375adc (patch) | |
tree | 3ba609bf57b7bb3eab18d35d78bd1dc86773fba6 /Makefile.am | |
parent | 23fc7b675ebac7a9b02257a31203974d72f584b1 (diff) | |
download | mate-control-center-c2e94e1925f3c7acfa3fd3352dc8fdafe6375adc.tar.bz2 mate-control-center-c2e94e1925f3c7acfa3fd3352dc8fdafe6375adc.tar.xz |
Remove libslab library
libslab is only used in mate-c-c and there is no need to provide a library
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 134c64ad..39d34639 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,15 +3,9 @@ PO_SUBDIR = po endif SUBDIRS = $(PO_SUBDIR) capplets font-viewer help man -DIST_SUBDIRS = po capplets font-viewer help libslab shell typing-break man +DIST_SUBDIRS = po capplets font-viewer help shell typing-break man -if HAVE_LIBMATESLAB -SUBDIRS += libslab -endif - -if HAVE_LIBMATESLAB SUBDIRS += shell -endif if HAVE_TYPING_BREAK SUBDIRS += typing-break |