Changed to export a header file so it can be correctly referred to.
This commit is contained in:
parent
7af0c5696d
commit
e6ddd5be27
|
@ -13,12 +13,15 @@ module_print = clibrary {
|
||||||
|
|
||||||
outputs = {"%U%/libprint.a"},
|
outputs = {"%U%/libprint.a"},
|
||||||
install = {
|
install = {
|
||||||
pm.install(LIBDIR.."libprint.a"),
|
pm.install("%LIBDIR%libprint.a"),
|
||||||
|
pm.install(d.."print.h", "%HEADERDIR%print.h")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Revision history
|
-- Revision history
|
||||||
-- $Log$
|
-- $Log$
|
||||||
-- Revision 1.1 2006-07-20 23:18:18 dtrg
|
-- Revision 1.2 2006-07-22 20:59:22 dtrg
|
||||||
-- First version in CVS.
|
-- Changed to export a header file so it can be correctly referred to.
|
||||||
--
|
--
|
||||||
|
-- Revision 1.1 2006/07/20 23:18:18 dtrg
|
||||||
|
-- First version in CVS.
|
||||||
|
|
Loading…
Reference in a new issue