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 :
|
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
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user