Extending Ruby

Hi,

I am using the mkmf module to create a Makefile that will generate a
shared
object library.
How can I list source files to be used that do not reside in the same
directory as the ruby file that generates the Makefile?

Thanks in advance!