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:
@@ -12,7 +12,7 @@ SimpleTest TestPictureApp :
|
||||
LinkAgainst TestPictureApp :
|
||||
be
|
||||
root
|
||||
libprint.a
|
||||
libprintutils.a
|
||||
;
|
||||
|
||||
SimpleTest DumpPrintJob :
|
||||
@@ -22,7 +22,7 @@ SimpleTest DumpPrintJob :
|
||||
LinkAgainst DumpPrintJob :
|
||||
be
|
||||
root
|
||||
libprint.a
|
||||
libprintutils.a
|
||||
;
|
||||
|
||||
SimpleTest ShowPrintJob :
|
||||
@@ -32,5 +32,5 @@ SimpleTest ShowPrintJob :
|
||||
LinkAgainst ShowPrintJob :
|
||||
be
|
||||
root
|
||||
libprint.a
|
||||
libprintutils.a
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user