From 5f8fd4c0db402af24636bdb68b694deb91a657ff Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 26 Sep 2014 15:43:00 +0200 Subject: [PATCH] add libshared to the development packages. * We install the headers for many things that are currently in libshared (BColumnListView, BCalendarView, etc). So it makes sense to also provide the lib in an "use at your own risk" way. Only the static library is included, so apps linking against it should continue running on newer Haiku versions even if the content of the lib changes. * 3rd party application developers can now make use of those experimental features without having to copypaste and fork the sources. --- build/jam/packages/HaikuDevel | 2 +- build/jam/packages/HaikuDevelSecondary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/packages/HaikuDevel b/build/jam/packages/HaikuDevel index 587b0a8975..93a8ca1baa 100644 --- a/build/jam/packages/HaikuDevel +++ b/build/jam/packages/HaikuDevel @@ -35,7 +35,7 @@ for lib in [ HaikuImageGetSystemLibs ] $(developmentLibs) { } # static libraries -AddFilesToPackage develop lib : <$(architecture)>liblocalestub.a ; +AddFilesToPackage develop lib : <$(architecture)>liblocalestub.a libshared.a ; # the POSIX error code mapper library AddFilesToPackage develop lib : libposix_error_mapper.a ; diff --git a/build/jam/packages/HaikuDevelSecondary b/build/jam/packages/HaikuDevelSecondary index baa7feb7d2..801c715045 100644 --- a/build/jam/packages/HaikuDevelSecondary +++ b/build/jam/packages/HaikuDevelSecondary @@ -34,7 +34,7 @@ for lib in [ HaikuImageGetSystemLibs ] $(developmentLibs) { # static libraries AddFilesToPackage develop lib $(architecture) - : <$(architecture)>liblocalestub.a ; + : <$(architecture)>liblocalestub.a <$(architecture)>libshared.a ; # the POSIX error code mapper library AddFilesToPackage develop lib $(architecture)