diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-18 13:24:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-18 13:24:57 +0000 |
commit | 9c4927d3624c594ea6647d946540ce286a948805 (patch) | |
tree | 26f8e58db0ff576c04b5867c2481b6d89ee69861 /source3/Makefile.in | |
parent | abb183317342fbfdc75a6858d427e550f8f7123d (diff) | |
download | samba-9c4927d3624c594ea6647d946540ce286a948805.tar.gz samba-9c4927d3624c594ea6647d946540ce286a948805.tar.bz2 samba-9c4927d3624c594ea6647d946540ce286a948805.zip |
much better readline support from Simo Sorce, with some mods from me
to make it a bit simpler
(This used to be commit e1487eb2c4626dbe0cc3b17606eda702cedef28b)
Diffstat (limited to 'source3/Makefile.in')
-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 82cafda389..3c86317236 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -108,7 +108,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \ lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o \ lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \ lib/ms_fnmatch.o lib/select.o lib/error.o lib/messages.o \ - nsswitch/wb_client.o nsswitch/wb_common.o \ + nsswitch/wb_client.o nsswitch/wb_common.o lib/readline.o \ $(TDB_OBJ) UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ |