use LIB_roken
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5897 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -75,9 +75,13 @@ libasn1_la_SOURCES = \
|
||||
timegm.c \
|
||||
$(BUILT_SOURCES)
|
||||
|
||||
asn1_compile_LDADD = ../roken/libroken.la $(LEXLIB)
|
||||
asn1_compile_LDADD = \
|
||||
$(LIB_roken) $(LEXLIB)
|
||||
|
||||
check_der_LDADD = libasn1.la ../com_err/libcom_err.la ../roken/libroken.la
|
||||
check_der_LDADD = \
|
||||
libasn1.la \
|
||||
../com_err/libcom_err.la \
|
||||
$(LIB_roken)
|
||||
|
||||
TESTS = check-der
|
||||
|
||||
|
Reference in New Issue
Block a user