[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3183-g1fa57b4

Michael Adam obnox at samba.org
Fri Jul 11 12:40:06 GMT 2008


The branch, v3-3-test has been updated
       via  1fa57b47e8f8da33a5713096c187bafb3a6c5b79 (commit)
      from  2abb7cd867be307e56c02087e700189b17efb894 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 1fa57b47e8f8da33a5713096c187bafb3a6c5b79
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jul 11 14:38:22 2008 +0200

    build: fix build of libaddns shared lib. symbols file was missing.
    
    This symbols file is checked because mksyms script currently does
    not support headers without exportet symbols...
    
    Michael

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

Summary of changes:
 source/exports/libaddns.syms |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 source/exports/libaddns.syms


Changeset truncated at 500 lines:

diff --git a/source/exports/libaddns.syms b/source/exports/libaddns.syms
new file mode 100644
index 0000000..3e88ba7
--- /dev/null
+++ b/source/exports/libaddns.syms
@@ -0,0 +1,5 @@
+{
+	# no global exported symbols (yet) in libaddns ...
+
+	local: *;
+};


-- 
Samba Shared Repository


More information about the samba-cvs mailing list