From 00d1bccaab0d9ae1cb485149ff11d3bef25098ff Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 29 Sep 2001 04:04:35 +0000 Subject: Don't build make_printerdef in HEAD. This tool is not needed except to support 2.0.x style WIn9x driver download. (This used to be commit d0628d0d2d5f5366179d2508456ae06ce3879be3) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 0aed3dd0ed..b2c12b97fa 100644 --- a/source3/Makefile.in +++ b/source3/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 -- cgit