module.pmod.in as a directory structure should allow you to do what you want.
Bill
On Mon, 6 Feb 2006, lance dillon wrote:
So, I'm trying to create GTK2.Support as a sub-module of GTK2, but I'm apparently not doing it right.
GTK2 has module.pmod.in and a module.so (after all the sources are compiled). This creates ___GTK2.so and GTK2.pmod. I suppose it needs to be created as GTK2.pmod/module.pmod and GTK2.pmod/Support.pmod/, with all the GTK2.Support modules in the latter directory. So, how do I go about doing that?