[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing library dependency in lib/asn1/Makefile.am




the two binaries should contain a LDADD for com_err as in the enclosed patch.
I am not absolutely sure about the order of the libraries though if that 
matters.

	Cheers Leif
--- Makefile.am.bak	Fri Feb 19 10:57:18 1999
+++ Makefile.am	Fri Feb 19 10:57:51 1999
@@ -125,9 +125,9 @@
 	timegm.c \
 	$(BUILT_SOURCES)
 
-asn1_compile_LDADD = ../roken/libroken.la @LEXLIB@
+asn1_compile_LDADD = ../roken/libroken.la ../com_err/libcom_err.la @LEXLIB@
 
-check_der_LDADD = libasn1.la ../roken/libroken.la
+check_der_LDADD = libasn1.la ../roken/libroken.la ../com_err/libcom_err.la
 
 TESTS = check-der