Home GnuPG
Diffusion GPGME e46748a0d18b

build,cpp: Fix include paths in forwarding headers in gpgme++ folder

Description

build,cpp: Fix include paths in forwarding headers in gpgme++ folder

* lang/cpp/src/Makefile.am (build rule for copied headers): Write
abs_srcdir instead of srcdir in the generated headers.

The generated include paths lacked a "../" if srcdir was relative. This
lead to self-including includes for in-source builds. Including the real
headers with their absolute paths fixes this.

Details

Provenance
ikloeckerAuthored on Jul 10 2024, 11:28 PM
Parents
rMf6d020e24fb6: qt: Replace usage of deprecated Error::asString
Branches
Unknown
Tags
Unknown
Tasks
T7110: Distribute the GpgME bindings separately from GpgME