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:
Philippe Houdoin
2004-08-11 08:43:49 +00:00
parent 2aa1cedffd
commit 653ca662b0
+9 -5
View File
@@ -11,11 +11,15 @@ StaticLibrary
PrintTransport.cpp PrintTransport.cpp
; ;
StaticLibrary # StaticLibrary
printtransportaddon # printtransportaddon
: # :
PrintTransportAddOn.cpp # PrintTransportAddOn.cpp
; # ;
Objects
PrintTransportAddOn.cpp
;
#StaticLibrary #StaticLibrary