svn commit: samba r20661 - in branches/SAMBA_4_0/source/kdc: .

metze at samba.org metze at samba.org
Wed Jan 10 18:41:22 GMT 2007


Author: metze
Date: 2007-01-10 18:41:22 +0000 (Wed, 10 Jan 2007)
New Revision: 20661

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

Log:
the golden rule: "make things private if possible!"

fix 'make install' because no entry was in the headermap

metze
Modified:
   branches/SAMBA_4_0/source/kdc/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/kdc/config.mk	2007-01-10 18:40:30 UTC (rev 20660)
+++ branches/SAMBA_4_0/source/kdc/config.mk	2007-01-10 18:41:22 UTC (rev 20661)
@@ -17,7 +17,7 @@
 # Start SUBSYSTEM KDC
 [SUBSYSTEM::HDB_LDB]
 CFLAGS = -Iheimdal/kdc -Iheimdal/lib/hdb
-PUBLIC_PROTO_HEADER = pac_glue.h
+PRIVATE_PROTO_HEADER = pac_glue.h
 OBJ_FILES = \
 		hdb-ldb.o \
 		pac-glue.o 



More information about the samba-cvs mailing list