diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-30 05:37:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:15 -0500 |
commit | 607e3022381ab089bfcc0b153461b6b3ac76f175 (patch) | |
tree | 2b29f170a778868b877f38a902408eb1e68721e3 /source4/client/config.mk | |
parent | c33283df20df633ce969ea71bbfb6f62af35fdd9 (diff) | |
download | samba-607e3022381ab089bfcc0b153461b6b3ac76f175.tar.gz |
r4013: got rid of a bunch of unused or unmaintained code
- removed the clitar code. It is unmaintained, and a horribly badly done hack
- removed client.h as it contained mostly unused definitions
- removed the unused clidfs.c code
(This used to be commit 31a7bddbb3815b4d625e993dbce4805dae1c18f8)
Diffstat (limited to 'source4/client/config.mk')
-rw-r--r-- | source4/client/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/client/config.mk b/source4/client/config.mk index f3dc35f0302..a04bb43f29e 100644 --- a/source4/client/config.mk +++ b/source4/client/config.mk @@ -4,8 +4,7 @@ # Start BINARY smbclient [BINARY::smbclient] OBJ_FILES = \ - client/client.o \ - client/clitar.o + client/client.o REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ |