diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 55a9bb9..d019fd7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -271,10 +271,11 @@ endif # We also depend on versioninfo.rc because that is build by # config.status and thus has up-to-date version numbers. -gpg-error.h: Makefile mkheader $(parts_of_gpg_error_h) versioninfo.rc +gpg-error.h: Makefile mkheader $(parts_of_gpg_error_h) \ + versioninfo.rc ../config.h $(pre_mkheader_cmds) ./mkheader $(host_os) $(host_triplet) $(srcdir)/gpg-error.h.in \ - $(PACKAGE_VERSION) $(VERSION_NUMBER) >$@ + ../config.h $(PACKAGE_VERSION) $(VERSION_NUMBER) >$@ install-data-local: |