Link kdc-tester with libheimbase directly
It directly uses symbols provided by that library. Signed-off-by: Nicolas Williams <nico@cryptonector.com>
This commit is contained in:

committed by
Nicolas Williams

parent
223af60018
commit
0f81a468a3
@@ -123,7 +123,7 @@ digest_service_LDADD = \
|
||||
$(top_builddir)/lib/ipc/libheim-ipcs.la \
|
||||
$(LDADD) $(LIB_pidfile)
|
||||
kdc_replay_LDADD = libkdc.la $(LDADD) $(LIB_pidfile)
|
||||
kdc_tester_LDADD = libkdc.la $(LDADD) $(LIB_pidfile)
|
||||
kdc_tester_LDADD = libkdc.la $(LDADD) $(LIB_pidfile) $(LIB_heimbase)
|
||||
|
||||
include_HEADERS = kdc.h kdc-protos.h
|
||||
|
||||
|
Reference in New Issue
Block a user