svn commit: lorikeet r687 - in trunk/heimdal/lib/asn1: .

lha at samba.org lha at samba.org
Tue Nov 28 19:54:26 GMT 2006


Author: lha
Date: 2006-11-28 19:54:26 +0000 (Tue, 28 Nov 2006)
New Revision: 687

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=687

Log:
add dependcy on LIB_roken for libasn1.la, unbreaks aix
Modified:
   trunk/heimdal/lib/asn1/Makefile.am


Changeset:
Modified: trunk/heimdal/lib/asn1/Makefile.am
===================================================================
--- trunk/heimdal/lib/asn1/Makefile.am	2006-11-15 21:47:26 UTC (rev 686)
+++ trunk/heimdal/lib/asn1/Makefile.am	2006-11-28 19:54:26 UTC (rev 687)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.122 2006/10/20 22:18:14 lha Exp $
+# $Id: Makefile.am,v 1.123 2006/11/28 19:44:40 lha Exp $
 
 include $(top_srcdir)/Makefile.am.common
 
@@ -7,7 +7,7 @@
 lib_LTLIBRARIES = libasn1.la
 libasn1_la_LDFLAGS = -version-info 6:1:1
 
-libasn1_la_LIBADD = @LIB_com_err@
+libasn1_la_LIBADD = @LIB_com_err@ $(LIB_roken)
 
 BUILT_SOURCES =				\
 	$(gen_files_rfc2459:.x=.c)	\



More information about the samba-cvs mailing list