Skip to content
  • Bryan Kadzban's avatar
    build-sys: always populate EXTRA_DIST · 299031ca
    Bryan Kadzban authored
    "make dist" can build a different tarball depending on the flags passed
    to ./configure and the (optional) dependencies found on the system.
    Move all append-to-EXTRA_DIST operations out of automake conditionals to
    fix this.
    
    Introduce a polkitpolicy_files so that the policy files built still
    correctly depend on the automake conditionals, but the .in files that
    get distributed do not.
    299031ca