]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add libkrb5support dependencies to test plugins
authorGreg Hudson <ghudson@mit.edu>
Fri, 11 Dec 2015 16:05:32 +0000 (11:05 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 16 Dec 2015 17:55:55 +0000 (12:55 -0500)
commit5568d31f45fb78f505340a5b520b22d4dd3f6522
treeab1e7e5239b11ffca1b190cee8aeb9fc95aa42d8
parent5e063638032912f93df1426dc92cdae5e65c5e5a
Add libkrb5support dependencies to test plugins

In some build environments, dependencies on libkrb5support can be
generated just from static inline functions in our header files, even
if those functions aren't used.  In two test plugin modules, use
$(KRB5_BASE_DEPLIBS) and $(KRB5_BASE_LIBS) to depend on libkrb5support
as well as libkrb5.  (This also pulls in libk5crypto, which is
unnecessary for these modules, but is inconsequential for a test
module.)  Reported by Will Fiveash.

ticket: 8326
target_version: 1.14-next
tags: pullup
src/plugins/hostrealm/test/Makefile.in
src/plugins/pwqual/test/Makefile.in