svn commit: lorikeet r464 - in trunk/heimdal/kdc: .

lha at samba.org lha at samba.org
Thu Sep 8 12:50:16 GMT 2005


Author: lha
Date: 2005-09-08 12:50:14 +0000 (Thu, 08 Sep 2005)
New Revision: 464

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

Log:
merge 1.51: (kdc_LDADD): add LDADD

Modified:
   trunk/heimdal/kdc/Makefile.am


Changeset:
Modified: trunk/heimdal/kdc/Makefile.am
===================================================================
--- trunk/heimdal/kdc/Makefile.am	2005-09-08 12:48:18 UTC (rev 463)
+++ trunk/heimdal/kdc/Makefile.am	2005-09-08 12:50:14 UTC (rev 464)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.50 2005/06/30 01:48:06 lha Exp $
+# $Id: Makefile.am,v 1.51 2005/07/29 07:11:10 lha Exp $
 
 include $(top_srcdir)/Makefile.am.common
 
@@ -88,6 +88,6 @@
 	$(LIB_roken) \
 	$(DBLIB)
 
-kdc_LDADD = libkdc.la $(LIB_pidfile)
+kdc_LDADD = libkdc.la $(LDADD) $(LIB_pidfile)
 
 include_HEADERS = kdc.h kdc-protos.h



More information about the samba-cvs mailing list