Skip to content

Ensure that extensions depends on generated headers

Emmanuele Bassi requested to merge extensions-build-dep into master

The libnautilus-extensions internal dependency must include the generated enumeration header file, otherwise we may end up building targets that depend on the library prior to have the header properly generated.

Merge request reports