Comment 2 for bug 1162727

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: support installing .so without .pc/.h/.vapi

My thoughts here are there should be a new type of compiled object - "modules". Modules are different to libraries so you'd specify:

modules.test {
  sources = test.vala
  install-directory = /usr/local/foo
}

Modules would not be installed by default and would not have symlinks / metadata.