Linking kernel add-ons against the shared libsupc++ really spoils the fun. :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-07-07 18:34:34 +00:00
parent 34bc7f03ed
commit ff1a0e63f8
2 changed files with 2 additions and 2 deletions
@@ -28,5 +28,5 @@ KernelAddon reiserfs
VNode.cpp
Volume.cpp
: $(HAIKU_LIBSUPC++)
: $(HAIKU_STATIC_LIBSUPC++)
;
@@ -41,5 +41,5 @@ KernelAddon userlandfs
UserlandFS.cpp
Volume.cpp
: $(HAIKU_LIBSUPC++)
: $(HAIKU_STATIC_LIBSUPC++)
;