diff options
author | Gerald Carter <jerry@samba.org> | 2005-02-28 17:14:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:49 -0500 |
commit | 0a07f2b1d91e071618e67c4e9ee8274763eaf5aa (patch) | |
tree | 6ae2e774ebf0b7d5d0f8c9212455ec3b2248d4e7 /source/Makefile.in | |
parent | 6884a2fa6e3d19a436edfb428056978ae127f442 (diff) | |
download | samba-0a07f2b1d91e071618e67c4e9ee8274763eaf5aa.tar.gz samba-0a07f2b1d91e071618e67c4e9ee8274763eaf5aa.tar.xz samba-0a07f2b1d91e071618e67c4e9ee8274763eaf5aa.zip |
r5596: BUG 2394: fix nmbd linking issue on IRIX
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 eb39dbf88bf..760fca24fee 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -420,7 +420,7 @@ NMBD_OBJ1 = nmbd/asyncdns.o nmbd/nmbd.o nmbd/nmbd_become_dmb.o \ nmbd/nmbd_workgroupdb.o nmbd/nmbd_synclists.o NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) \ - $(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) $(POPT_LIB_OBJ) + $(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) $(POPT_LIB_OBJ) $(DUMMYROOT_OBJ) WREPL_OBJ1 = wrepld/server.o wrepld/process.o wrepld/parser.o wrepld/socket.o \ wrepld/partners.o |