Link against libprintutils.a to fix linking errors.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2007-02-06 18:21:53 +00:00
parent 17c3c55fbc
commit 180028f5af
@@ -12,7 +12,7 @@ SimpleTest TestPictureApp :
LinkAgainst TestPictureApp : LinkAgainst TestPictureApp :
be be
root root
libprint.a libprintutils.a
; ;
SimpleTest DumpPrintJob : SimpleTest DumpPrintJob :
@@ -22,7 +22,7 @@ SimpleTest DumpPrintJob :
LinkAgainst DumpPrintJob : LinkAgainst DumpPrintJob :
be be
root root
libprint.a libprintutils.a
; ;
SimpleTest ShowPrintJob : SimpleTest ShowPrintJob :
@@ -32,5 +32,5 @@ SimpleTest ShowPrintJob :
LinkAgainst ShowPrintJob : LinkAgainst ShowPrintJob :
be be
root root
libprint.a libprintutils.a
; ;