gssapi: add dependency on gkrb5_err.h
commite7efa7783a228734b5bff5d5d2e8c8d8141ceb6a
authorSergei Trofimovich <slyich@gmail.com>
Fri, 1 Jul 2022 08:00:46 +0000 (1 09:00 +0100)
committerJeffrey Altman <jaltman@auristor.com>
Fri, 16 Sep 2022 20:13:50 +0000 (16 16:13 -0400)
treeebd621b155ae41a8ad54594d9036254c68f4e5e9
parent254e40294e3ddd463ddd2ba988d9be9744d9c2ea
gssapi: add dependency on gkrb5_err.h

Noticed missing target directory dependency as a build failure in
`make --shuffle` mode (added in https://savannah.gnu.org/bugs/index.php?62100):

      CC       test_common.o
    In file included from test_common.c:34:
    krb5/gsskrb5_locl.h:42:10: fatal error: gkrb5_err.h: No such file or directory
       42 | #include <gkrb5_err.h>
          |          ^~~~~~~~~~~~~
    compilation terminated.
    make[3]: *** [Makefile:2347: test_common.o] Error 1 shuffle=1656680590

The change moves gkrb5_err.h and friends to BUILT_SOURCES
to guarantee their presence when main build starts.
lib/gssapi/Makefile.am