svn commit: samba r20314 - in branches/SAMBA_4_0/source/heimdal_build: .

abartlet at samba.org abartlet at samba.org
Fri Dec 22 07:01:29 GMT 2006


Author: abartlet
Date: 2006-12-22 07:01:29 +0000 (Fri, 22 Dec 2006)
New Revision: 20314

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

Log:
I think some hosts need this to get the right ASN1 header deps

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-12-21 22:35:10 UTC (rev 20313)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-12-22 07:01:29 UTC (rev 20314)
@@ -190,7 +190,8 @@
 # Start SUBSYSTEM HEIMDAL_KRB5
 [SUBSYSTEM::HEIMDAL_KRB5]
 CFLAGS = -Iheimdal_build -Iheimdal/lib/krb5 
-PRIVATE_DEPENDENCIES = HEIMDAL_ROKEN HEIMDAL_DES HEIMDAL_ASN1 HEIMDAL_GLUE 
+PRIVATE_DEPENDENCIES = HEIMDAL_ROKEN HEIMDAL_DES HEIMDAL_GLUE 
+PUBLIC_DEPENDENCIES = HEIMDAL_ASN1
 OBJ_FILES = \
 	../heimdal/lib/krb5/acache.o \
 	../heimdal/lib/krb5/add_et_list.o \



More information about the samba-cvs mailing list