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. --- shell/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index fcc95531..ea502fd7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,5 +1,5 @@ REAL_LIBSLAB_CFLAGS = -I$(top_srcdir)/libslab -REAL_LIBSLAB_LIBS = $(top_builddir)/libslab/libslab.la +REAL_LIBSLAB_LIBS = $(top_builddir)/libslab/libmate-slab.la AM_CPPFLAGS = \ -I$(top_srcdir) \ -- cgit v1.2.1