From 53efe50458ef03e877b752b2e82340d82ae08af4 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 16 Oct 2003 05:10:18 +0000 Subject: Build fix for wrepld. From MORIYAMA Masayuki. (This used to be commit 63a82debd80eeb27f326c9c0643735dd5f9b99bf) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 0767cf76fa..809d57dcf8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -393,7 +393,8 @@ WREPL_OBJ1 = wrepld/server.o wrepld/process.o wrepld/parser.o wrepld/socket.o \ wrepld/partners.o WREPL_OBJ = $(WREPL_OBJ1) $(PARAM_OBJ) $(UBIQX_OBJ) \ - $(PROFILE_OBJ) $(LIB_OBJ) $(POPT_LIB_OBJ) + $(PROFILE_OBJ) $(LIB_OBJ) $(POPT_LIB_OBJ) $(SECRETS_OBJ) \ + $(LIBSAMBA_OBJ) SWAT_OBJ1 = web/cgi.o web/diagnose.o web/startstop.o web/statuspage.o \ web/swat.o web/neg_lang.o -- cgit