diff options
author | Tim Potter <tpot@samba.org> | 2003-10-21 04:43:48 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-21 04:43:48 +0000 |
commit | 043be81ec79ca5b4939577146a93813250cac96e (patch) | |
tree | 647e05676fcb60f5061db8f7a92d5715a2cc2be8 /source3 | |
parent | 6fe9423fc69f3c1a79d0e45ac47d0b3228e4d4d6 (diff) | |
download | samba-043be81ec79ca5b4939577146a93813250cac96e.tar.gz samba-043be81ec79ca5b4939577146a93813250cac96e.tar.bz2 samba-043be81ec79ca5b4939577146a93813250cac96e.zip |
Merge of wrepld link fix.
(This used to be commit 9b13dae5a9cec827f854d5d0eb77eb16709b39b9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 278d53be56..a02bd751c8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -398,7 +398,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 |