diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-29 16:50:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-29 16:50:04 +0100 |
commit | 443a918bd4735e674bdec300f6b8eabe8cda24e0 (patch) | |
tree | daa1698493d2fa780e7bebaa83b4224a45556bbb /shell | |
parent | 12129854c64a6104ad15c96aace53b08edf64d2b (diff) | |
download | mate-control-center-443a918bd4735e674bdec300f6b8eabe8cda24e0.tar.bz2 mate-control-center-443a918bd4735e674bdec300f6b8eabe8cda24e0.tar.xz |
install libslab library and headers
gnome libslab is no more available, so we can ship it
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 9ce991ba..858ffa53 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,10 +1,5 @@ -if HAVE_LIBSLAB_DEPS REAL_LIBSLAB_CFLAGS = -I$(top_srcdir)/libslab REAL_LIBSLAB_LIBS = $(top_builddir)/libslab/libslab.la -else -REAL_LIBSLAB_CFLAGS = $(EXTERNAL_LIBSLAB_CFLAGS) -REAL_LIBSLAB_LIBS = $(EXTERNAL_LIBSLAB_LIBS) -endif INCLUDES = \ -I$(top_srcdir) \ |