18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
-- $Source$
|
|
-- $State$
|
|
|
|
local d = "modules/src/idf/"
|
|
|
|
module_idf = group {
|
|
install = {
|
|
pm.install(d.."idf_pkg.spec", HEADERDIR.."idf_pkg.spec"),
|
|
pm.install(d.."idf_pkg.body", HEADERDIR.."idf_pkg.body"),
|
|
}
|
|
}
|
|
|
|
-- Revision history
|
|
-- $Log$
|
|
-- Revision 1.1 2006-07-20 23:18:19 dtrg
|
|
-- First version in CVS.
|
|
--
|