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

Stefan Metzmacher metze at samba.org
Thu May 22 15:24:46 GMT 2008


The branch, v3-2-test has been updated
       via  92b05ed38dce0780c6fbdc7b971240fb563e5890 (commit)
      from  2e934c72d2f02abf3a1c54d1cfd9921be0f55903 (commit)

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


- Log -----------------------------------------------------------------
commit 92b05ed38dce0780c6fbdc7b971240fb563e5890
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu May 22 17:15:32 2008 +0200

    build: autogenerate exports/libnetapi.syms
    
    metze

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

Summary of changes:
 source/Makefile.in            |    7 ++++++-
 source/exports/libnetapi.syms |    3 ---
 2 files changed, 6 insertions(+), 4 deletions(-)
 delete mode 100644 source/exports/libnetapi.syms


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 77b0e76..6accd6f 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -160,6 +160,8 @@ LIBWBCLIENT=@LIBWBCLIENT_SHARED@
 LIBNETAPI_SHARED_TARGET=@LIBNETAPI_SHARED_TARGET@
 LIBNETAPI_STATIC_TARGET=@LIBNETAPI_STATIC_TARGET@
 LIBNETAPI=$(LIBNETAPI_STATIC_TARGET) @LIBNETAPI_SHARED@
+LIBNETAPI_SYMS=$(srcdir)/exports/libnetapi.syms
+LIBNETAPI_HEADERS=$(srcdir)/lib/netapi/netapi.h
 
 FLAGS1 = $(CFLAGS) @FLAGS1@ @SAMBA_CPPFLAGS@ $(CPPFLAGS)
 FLAGS2 =
@@ -1608,7 +1610,10 @@ bin/libaddns.a: $(BINARY_PREREQS) $(LIBADDNS_OBJ)
 	@echo Linking non-shared library $@
 	@-$(AR) -rc $@ $(LIBADDNS_OBJ)
 
-$(LIBNETAPI_SHARED_TARGET): $(BINARY_PREREQS) $(LIBNETAPI_OBJ) @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
+$(LIBNETAPI_SYMS): $(LIBNETAPI_HEADERS) $(builddir)/library-versions
+	@$(MKSYMS_SH) $(AWK) $(builddir)/library-versions $@ $(LIBNETAPI_HEADERS)
+
+$(LIBNETAPI_SHARED_TARGET): $(BINARY_PREREQS) $(LIBNETAPI_OBJ) $(LIBNETAPI_SYMS) @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
 	@echo Linking shared library $@
 	@$(SHLD_DSO) $(LIBNETAPI_OBJ) \
 		@LIBTALLOC_LIBS@ @LIBTDB_LIBS@ @LIBWBCLIENT_SHARED@ $(LIBS) \
diff --git a/source/exports/libnetapi.syms b/source/exports/libnetapi.syms
deleted file mode 100644
index eb34bfc..0000000
--- a/source/exports/libnetapi.syms
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-	global: *;
-};


-- 
Samba Shared Repository


More information about the samba-cvs mailing list