diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-10-31 11:26:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:06 -0500 |
commit | 0bc5105f71c79e8c709d3bdfcc57cf8621e6fad5 (patch) | |
tree | 1a5e1bb3ee59fbd47c8aaaa9c34785cc3ef580c6 /source/Makefile.in | |
parent | b144ce557f516f62ab802fbb277799b10153c8fb (diff) | |
download | samba-0bc5105f71c79e8c709d3bdfcc57cf8621e6fad5.tar.gz samba-0bc5105f71c79e8c709d3bdfcc57cf8621e6fad5.tar.xz samba-0bc5105f71c79e8c709d3bdfcc57cf8621e6fad5.zip |
r3408: Another build fix
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index bbccc5475a9..128191fdd61 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -606,7 +606,7 @@ RPCTORTURE_OBJ = torture/rpctorture.o \ DEBUG2HTML_OBJ = utils/debug2html.o ubiqx/debugparse.o -SMBFILTER_OBJ = utils/smbfilter.o $(PARAM_OBJ) $(LIBSMB_OBJ) \ +SMBFILTER_OBJ = utils/smbfilter.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(SECRETS_OBJ) \ $(UBIQX_OBJ) $(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) PROTO_OBJ = $(SMBD_OBJ_MAIN) \ |