The branch, v3-5-test has been updated
       via  ec4bd3b... Add dependency of bin/smbfilter to libwbclient. (cherry 
picked from commit 2dd301e5cd6ff97943c4bf9c7cd9b820d6193b45)
      from  06dfc7f... VERSION: Raise version number up to 3.5.0.

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


- Log -----------------------------------------------------------------
commit ec4bd3b7728a2d3db2116b4260120a3346478e2a
Author: Lars Müller <l...@samba.org>
Date:   Tue Jan 26 22:54:15 2010 +0100

    Add dependency of bin/smbfilter to libwbclient.
    (cherry picked from commit 2dd301e5cd6ff97943c4bf9c7cd9b820d6193b45)
    
    Fix bug #7071 (Missing dependency of smbfilter to libwbclient).

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

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 37c39ca..6474231 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1770,7 +1770,7 @@ bin/debug2h...@exeext@: $(BINARY_PREREQS) 
$(DEBUG2HTML_OBJ) @BUILD_POPT@ $(LIBTA
        @$(CC) -o $@ $(DEBUG2HTML_OBJ) $(LDFLAGS) $(DYNEXP) \
                $(LIBS) $(LIBTALLOC_LIBS)
 
-bin/smbfil...@exeext@: $(BINARY_PREREQS) $(SMBFILTER_OBJ) @BUILD_POPT@ 
$(LIBTALLOC) $(LIBTDB)
+bin/smbfil...@exeext@: $(BINARY_PREREQS) $(SMBFILTER_OBJ) @BUILD_POPT@ 
$(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT)
        @echo Linking $@
        @$(CC) -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) \
                $(KRB5LIBS) $(LDAP_LIBS) $(POPT_LIBS) \


-- 
Samba Shared Repository

Reply via email to