svn commit: lorikeet r329 - in trunk/heimdal: cf kdc

abartlet at samba.org abartlet at samba.org
Sat Jun 4 01:15:46 GMT 2005


Author: abartlet
Date: 2005-06-04 01:15:46 +0000 (Sat, 04 Jun 2005)
New Revision: 329

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

Log:
Install libhdb as a static lib.

Remove config.c (command-line and krb5.conf configuration) from libkdc.

Andrew Bartlett

Modified:
   trunk/heimdal/cf/Makefile.am.common
   trunk/heimdal/kdc/Makefile.am


Changeset:
Modified: trunk/heimdal/cf/Makefile.am.common
===================================================================
--- trunk/heimdal/cf/Makefile.am.common	2005-06-03 23:26:50 UTC (rev 328)
+++ trunk/heimdal/cf/Makefile.am.common	2005-06-04 01:15:46 UTC (rev 329)
@@ -238,3 +238,5 @@
 
 LIB_kdc = $(top_builddir)/kdc/libkdc.la
 
+LIB_hdb = $(top_builddir)/kdc/libhdb.la
+

Modified: trunk/heimdal/kdc/Makefile.am
===================================================================
--- trunk/heimdal/kdc/Makefile.am	2005-06-03 23:26:50 UTC (rev 328)
+++ trunk/heimdal/kdc/Makefile.am	2005-06-04 01:15:46 UTC (rev 329)
@@ -22,11 +22,11 @@
 string2key_SOURCES = string2key.c headers.h
 
 kdc_SOURCES = connect.c	\
+	config.c	 \
 	main.c
 
 libkdc_la_SOURCES = \
 	default_config.c \
-	config.c	 \
 	kdc_locl.h	 \
 	kerberos5.c	 \
 	pkinit.c	 \



More information about the samba-cvs mailing list