diff options
author | NIIBE Yutaka <[email protected]> | 2023-06-23 01:38:24 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-06-23 01:38:24 +0000 |
commit | 05ac1ce09ff199c715805cf601ea6d65e26c1fff (patch) | |
tree | df0aff35355a757491e7c33daf5c9d2572d49f30 | |
parent | qt: Support reading signed/encrypted archives directly from a file (diff) | |
download | gpgme-05ac1ce09ff199c715805cf601ea6d65e26c1fff.tar.gz gpgme-05ac1ce09ff199c715805cf601ea6d65e26c1fff.zip |
build: Add BUILT_SOURCE for better dependency.
* Makefile.am (BUILT_SOURCE): Add conf/config.h.
--
GnuPG-bug-id: 6547
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2bee07c6..18484022 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,8 @@ EXTRA_DIST = autogen.sh autogen.rc gpgme.spec.in \ ChangeLog-2011 m4/ChangeLog-2011 \ conf/whatisthis VERSION LICENSES +# This artificial line is to put a dependency to conf/config.h for 'all' +BUILT_SOURCES = conf/config.h if RUN_GPG_TESTS tests = tests |