diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-22 14:20:03 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-22 14:20:03 +0000 |
commit | d57410e0f9c28aa857c0ada934b71dbb0afec81f (patch) | |
tree | d1b046cb04f6aa68012166a5de6d9feb73225308 | |
parent | 486dd5c6140f9738e826d905eb5825591ab0edb5 (diff) | |
download | samba-d57410e0f9c28aa857c0ada934b71dbb0afec81f.tar.gz samba-d57410e0f9c28aa857c0ada934b71dbb0afec81f.tar.xz samba-d57410e0f9c28aa857c0ada934b71dbb0afec81f.zip |
removed make_printerdef and convert_smbpasswd from the build process.
-rw-r--r-- | source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 5f5972cb9d6..24d8692f987 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -84,9 +84,9 @@ SPROGS = bin/smbd bin/nmbd bin/swat PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol @RUNPROG@ PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@ MPROGS = @MPROGS@ -PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef +PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup -SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/convert_smbpasswd +SCRIPTS = $(srcdir)/script/smbtar QUOTAOBJS=@QUOTAOBJS@ |