Added 'device' to the library name map. Fixes #8800 per korli.

This commit is contained in:
Matt Madia 2012-07-30 09:28:54 +00:00
parent d5c9967333
commit caf06f6e06
1 changed files with 3 additions and 3 deletions

View File

@ -532,9 +532,9 @@ HAIKU_BUILD_DESCRIPTION ?= "Unknown Build" ;
# init library name map
{
local i ;
for i in be bnetapi debug game GL locale mail media midi midi2 network
opengl package root screensaver textencoding tracker translation
z {
for i in be bnetapi debug device game GL locale mail media midi midi2
network opengl package root screensaver textencoding tracker
translation z {
HAIKU_LIBRARY_NAME_MAP_$(i) = lib$(i).so ;
}
HAIKU_LIBRARY_NAME_MAP_libstdc++ = $(HAIKU_LIBSTDC++) ;