Linking against libprinttransportaddon.a don't include the mandatory init/exit_transport calls as
the add-on didn't reference them. Switch to simply link against PrintTransportAddOn.o instead. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8549 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,11 +11,15 @@ StaticLibrary
|
|||||||
PrintTransport.cpp
|
PrintTransport.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
StaticLibrary
|
# StaticLibrary
|
||||||
printtransportaddon
|
# printtransportaddon
|
||||||
:
|
# :
|
||||||
PrintTransportAddOn.cpp
|
# PrintTransportAddOn.cpp
|
||||||
;
|
# ;
|
||||||
|
|
||||||
|
Objects
|
||||||
|
PrintTransportAddOn.cpp
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
#StaticLibrary
|
#StaticLibrary
|
||||||
|
|||||||
Reference in New Issue
Block a user