diff options
author | Gerald Carter <jerry@samba.org> | 2001-09-29 04:04:35 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-09-29 04:04:35 +0000 |
commit | d0628d0d2d5f5366179d2508456ae06ce3879be3 (patch) | |
tree | 1f224400bd496df67f4aa3890350d10c6bc59f39 | |
parent | 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc (diff) | |
download | samba-d0628d0d2d5f5366179d2508456ae06ce3879be3.tar.gz samba-d0628d0d2d5f5366179d2508456ae06ce3879be3.tar.xz samba-d0628d0d2d5f5366179d2508456ae06ce3879be3.zip |
Don't build make_printerdef in HEAD. This tool is not needed except
to support 2.0.x style WIn9x driver download.
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 0aed3dd0ed7..b2c12b97fa1 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -88,7 +88,7 @@ PROGS2 = bin/smbpasswd bin/rpcclient bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@ MPROGS = @MPROGS@ LPROGS = @WINBIND_LTARGETS@ -PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef bin/pdbedit +PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/pdbedit TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest bin/locktest2 SHLIBS = libsmbclient |