diff options
author | Gerald Carter <jerry@samba.org> | 2000-08-29 14:32:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-08-29 14:32:23 +0000 |
commit | e0d09910a1f0d4c28dd3b0b76da6a09736c556d8 (patch) | |
tree | 72d3a7a9ec8ffa7b69002295189cf3c4dcbe584e | |
parent | 91f243f636b2284aca209d398d002e8733982d5f (diff) | |
download | samba-e0d09910a1f0d4c28dd3b0b76da6a09736c556d8.tar.gz samba-e0d09910a1f0d4c28dd3b0b76da6a09736c556d8.tar.bz2 samba-e0d09910a1f0d4c28dd3b0b76da6a09736c556d8.zip |
make rpcclent by default.
--jerry
(This used to be commit e89117f418c9c1a1b4f2e9d708030369d801a01c)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 7952b9cd18..4e9475ea94 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -84,7 +84,7 @@ FLAGS32 = $(ISA32) $(FLAGS5) $(PASSWD_FLAGS) SPROGS = bin/smbd bin/nmbd bin/swat PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus @RUNPROG@ -PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/make_unicodemap @WRAP@ @WRAP32@ +PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/make_unicodemap bin/rpcclient @WRAP@ @WRAP32@ MPROGS = @MPROGS@ PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef |