[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Sun Jul 25 19:20:41 MDT 2010


The branch, master has been updated
       via  059ad34... lib: added samba-util.pc creation
      from  334d5bf... s3: Convert cli_get_ea_list_path to cli_qpathinfo_send

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 059ad34e0f61459fb5d9e0a845d3ac0d8df1b49d
Author: Andrew Tridgell <tridge at samba.org>
Date:   Mon Jul 26 11:15:14 2010 +1000

    lib: added samba-util.pc creation
    
    Thanks to Brad Hards for this patch

-----------------------------------------------------------------------

Summary of changes:
 .../util/samba-util.pc.in                          |    7 ++++---
 lib/util/wscript_build                             |    3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)
 copy source4/param/samba-hostconfig.pc.in => lib/util/samba-util.pc.in (58%)


Changeset truncated at 500 lines:

diff --git a/source4/param/samba-hostconfig.pc.in b/lib/util/samba-util.pc.in
similarity index 58%
copy from source4/param/samba-hostconfig.pc.in
copy to lib/util/samba-util.pc.in
index b8ba240..e61ee44 100644
--- a/source4/param/samba-hostconfig.pc.in
+++ b/lib/util/samba-util.pc.in
@@ -3,8 +3,9 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: samba-hostconfig
-Description: Host-wide Samba configuration
+Name: samba-util
+Description: Samba utility functions
+Requires: talloc tevent
 Version: 0.0.1
-Libs: -L${libdir} -lsamba-hostconfig 
+Libs: -L${libdir} -lsamba-util
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index a606058..0da6ec5 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -6,7 +6,8 @@ bld.SAMBA_LIBRARY('LIBSAMBA-UTIL',
 	public_headers='attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h tevent_ntstatus.h tevent_unix.h',
         header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
         local_include=False,
-	vnum='0.0.1'
+	vnum='0.0.1',
+	pc_files='samba-util.pc'
 	)
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list