Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/Makefile.in

    r44 r124  
    271271POPT_LIB_OBJ = lib/popt_common.o
    272272
    273 PARAM_OBJ = dynconfig.o param/loadparm.o param/params.o lib/sharesec.o
     273PARAM_OBJ = dynconfig.o param/loadparm.o param/params.o lib/sharesec.o lib/ldap_debug_handler.o
    274274
    275275KRBCLIENT_OBJ = libads/kerberos.o libads/ads_status.o
     
    287287             libads/ads_struct.o libads/kerberos_keytab.o \
    288288             libads/disp_sec.o libads/ads_utils.o libads/ldap_utils.o \
    289              libads/authdata.o libads/cldap.o
    290 
    291 LIBADS_SERVER_OBJ = libads/util.o libads/kerberos_verify.o \
     289             libads/authdata.o libads/cldap.o libads/util.o
     290
     291LIBADS_SERVER_OBJ = libads/kerberos_verify.o \
    292292                    libads/ldap_schema.o
    293293
     
    16821682python_clean:
    16831683        @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
     1684        @-rm -rf build/
    16841685
    16851686# revert to the previously installed version
     
    18701871distclean: realclean
    18711872        -rm -f include/stamp-h
     1873        -rm -f smbadduser
    18721874        -rm -f include/config.h Makefile
    18731875        -rm -f config.status config.cache so_locations
Note: See TracChangeset for help on using the changeset viewer.