Changeset 124 for branches/samba-3.0/source/Makefile.in
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (18 years ago)
- File:
-
- 1 edited
-
branches/samba-3.0/source/Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/Makefile.in
r44 r124 271 271 POPT_LIB_OBJ = lib/popt_common.o 272 272 273 PARAM_OBJ = dynconfig.o param/loadparm.o param/params.o lib/sharesec.o 273 PARAM_OBJ = dynconfig.o param/loadparm.o param/params.o lib/sharesec.o lib/ldap_debug_handler.o 274 274 275 275 KRBCLIENT_OBJ = libads/kerberos.o libads/ads_status.o … … 287 287 libads/ads_struct.o libads/kerberos_keytab.o \ 288 288 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 291 LIBADS_SERVER_OBJ = libads/kerberos_verify.o \ 292 292 libads/ldap_schema.o 293 293 … … 1682 1682 python_clean: 1683 1683 @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi 1684 @-rm -rf build/ 1684 1685 1685 1686 # revert to the previously installed version … … 1870 1871 distclean: realclean 1871 1872 -rm -f include/stamp-h 1873 -rm -f smbadduser 1872 1874 -rm -f include/config.h Makefile 1873 1875 -rm -f config.status config.cache so_locations
Note:
See TracChangeset
for help on using the changeset viewer.
