blob: 3c14ba95194257dfe911e5b3069437419b38f32c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- lib/hx509/Makefile.in.orig 2020-02-23 12:16:33 UTC
+++ lib/hx509/Makefile.in
@@ -859,7 +859,9 @@ hxtool_LDADD = \
libhx509.la \
$(top_builddir)/lib/asn1/libasn1.la \
$(LIB_hcrypto) \
- $(LIB_roken) \
+ $(top_builddir)/lib/base/libheimbase.la \
+ $(top_builddir)/lib/vers/libvers.la \
+ $(LIBADD_roken) \
$(top_builddir)/lib/sl/libsl.la
CLEANFILES = $(BUILT_SOURCES) sel-gram.c sel-lex.c \
|