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 | 9341fddf26a9b0f6bb74f7acbd7f40925fd6d476 (patch) | |
tree | 3404946a0df36688fe8b031c2ab8f08d04dae7c7 /source3 | |
parent | c64df4d7466811b4083827e512e94e1a4cc44900 (diff) | |
download | samba-9341fddf26a9b0f6bb74f7acbd7f40925fd6d476.tar.gz samba-9341fddf26a9b0f6bb74f7acbd7f40925fd6d476.tar.bz2 samba-9341fddf26a9b0f6bb74f7acbd7f40925fd6d476.zip |
r3408: Another build fix
(This used to be commit 0bc5105f71c79e8c709d3bdfcc57cf8621e6fad5)
Diffstat (limited to 'source3')
-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 bbccc5475a..128191fdd6 100644 --- a/source3/Makefile.in +++ b/source3/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) \ |