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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 288cad4a..e5160c7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = po libwindow-settings capplets font-viewer help DIST_SUBDIRS = po libwindow-settings capplets font-viewer help libslab shell typing-break -if HAVE_LIBSLAB_DEPS +if HAVE_LIBSLAB SUBDIRS += libslab endif |