summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-29 05:48:07 +0000
committerGerald Carter <jerry@samba.org>2003-04-29 05:48:07 +0000
commitb15ea80acf28a9d6ba24f7759c32e8c95217c0d5 (patch)
treec9654c874cf54171b69311491408c54f3268659b /source3
parente30c2e18f60c4a611b32706d3a18aa60991ce7e6 (diff)
downloadsamba-b15ea80acf28a9d6ba24f7759c32e8c95217c0d5.tar.gz
samba-b15ea80acf28a9d6ba24f7759c32e8c95217c0d5.tar.bz2
samba-b15ea80acf28a9d6ba24f7759c32e8c95217c0d5.zip
do not build wrepld by default; package maintainers need to update their files now (john :) )
(This used to be commit 4a2bd728a5486764f0e50932d37c636ed8d226ea)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 02ca6c4f41..0441fedfc1 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -119,7 +119,7 @@ PATH_FLAGS = $(PATH_FLAGS6) $(PASSWD_FLAGS)
# Note that all executable programs now provide for an optional executable suffix.
SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ \
- bin/wrepld@EXEEXT@ @EXTRA_SBIN_PROGS@
+ @EXTRA_SBIN_PROGS@
BIN_PROGS1 = bin/smbclient@EXEEXT@ bin/net@EXEEXT@ bin/smbspool@EXEEXT@ \
bin/testparm@EXEEXT@ bin/testprns@EXEEXT@ bin/smbstatus@EXEEXT@