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.
This commit is contained in:
Adrien Destugues 2014-09-26 15:43:00 +02:00
parent 654ae69aa6
commit 5f8fd4c0db
2 changed files with 2 additions and 2 deletions

View File

@ -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 ;

View File

@ -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)