svn commit: samba r14573 - in branches/SAMBA_4_0/source: . param

jelmer at samba.org jelmer at samba.org
Sun Mar 19 20:11:47 GMT 2006


Author: jelmer
Date: 2006-03-19 20:11:47 +0000 (Sun, 19 Mar 2006)
New Revision: 14573

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

Log:
Install samba-config and headers

Modified:
   branches/SAMBA_4_0/source/headermap.txt
   branches/SAMBA_4_0/source/param/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/headermap.txt
===================================================================
--- branches/SAMBA_4_0/source/headermap.txt	2006-03-19 19:47:05 UTC (rev 14572)
+++ branches/SAMBA_4_0/source/headermap.txt	2006-03-19 20:11:47 UTC (rev 14573)
@@ -74,3 +74,5 @@
 lib/cmdline/popt_common.h: samba/popt.h
 include/dlinklist.h: dlinklist.h
 version.h: samba/version.h
+param/proto.h: param/proto.h
+param/param.h: param.h

Modified: branches/SAMBA_4_0/source/param/config.mk
===================================================================
--- branches/SAMBA_4_0/source/param/config.mk	2006-03-19 19:47:05 UTC (rev 14572)
+++ branches/SAMBA_4_0/source/param/config.mk	2006-03-19 20:11:47 UTC (rev 14573)
@@ -7,6 +7,5 @@
 			generic.o \
 			../lib/version.o
 REQUIRED_SUBSYSTEMS = LIBSAMBA-UTIL DYNCONFIG
-PRIVATE_PROTO_HEADER = proto.h
-
-
+PUBLIC_PROTO_HEADER = proto.h
+PUBLIC_HEADERS = param.h



More information about the samba-cvs mailing list