From 7cde88457278bf9a14fd0dd6643a8f793e829555 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 11 May 2014 11:37:51 +0200 Subject: Rename libslab to libmate-slab https://github.com/mate-desktop/mate-control-center/issues/100 This is to avoid package name and version conflicts with libslab0 / libslab0a which existed in Debian until squeeze. MATE components (currently only gnome-main-menu) depending on libmate-slab0 have to be patch accordingly. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 23748cd1..e6e0cb3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = po libwindow-settings capplets font-viewer help DIST_SUBDIRS = po libwindow-settings capplets font-viewer help libslab shell typing-break -if HAVE_LIBSLAB +if HAVE_LIBMATESLAB SUBDIRS += libslab endif -if HAVE_LIBSLAB +if HAVE_LIBMATESLAB SUBDIRS += shell endif -- cgit v1.2.1