diff options
author | Michael Adam <obnox@samba.org> | 2008-02-14 16:32:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-14 16:32:40 +0100 |
commit | 769d6eb7eb6b839dda0754669f7a90670d7241c3 (patch) | |
tree | d4be11eac01c459e41e7facb4b6112ebba632f67 | |
parent | 8d703d66d2b7b16ab8ab7fc5a4f15130787e10fe (diff) | |
download | samba-769d6eb7eb6b839dda0754669f7a90670d7241c3.tar.gz samba-769d6eb7eb6b839dda0754669f7a90670d7241c3.tar.bz2 samba-769d6eb7eb6b839dda0754669f7a90670d7241c3.zip |
Remove the regfio objects from the ldb commandlin tools object list - unused.
Michael
(This used to be commit 047c5ba740c6b6c3d6bacf818dcdae8ec0af2292)
-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 eda800c597..79863b7316 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1007,7 +1007,7 @@ LDB_CMDLINE_OBJ = $(PARAM_OBJ) $(SECRETS_OBJ) $(LIBSMB_OBJ) \ $(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) \ $(LIBADS_OBJ) $(LIBADS_SERVER_OBJ) $(POPT_LIB_OBJ) \ $(SMBLDAP_OBJ) $(DCUTIL_OBJ) $(SERVER_MUTEX_OBJ) \ - $(AFS_OBJ) $(AFS_SETTOKEN_OBJ) $(REGFIO_OBJ) $(READLINE_OBJ) \ + $(AFS_OBJ) $(AFS_SETTOKEN_OBJ) $(READLINE_OBJ) \ $(LDB_OBJ) lib/ldb/tools/cmdline.o |