summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-08-13 17:38:26 +0000
committerHerb Lewis <herb@samba.org>1998-08-13 17:38:26 +0000
commit510bcdc0a01120eb2cc75d77d09b3b40fd8e10ff (patch)
tree53f560d0df2cb4f4f8c2352e0236fe337823d926 /source3
parentb6808ed8b24513c3c73005ecbb9a14b0bd2f0775 (diff)
downloadsamba-510bcdc0a01120eb2cc75d77d09b3b40fd8e10ff.tar.gz
samba-510bcdc0a01120eb2cc75d77d09b3b40fd8e10ff.tar.bz2
samba-510bcdc0a01120eb2cc75d77d09b3b40fd8e10ff.zip
move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.
will link when SYSV is defined. We may want to restructure this later and move this to param instead of smbd ??? (This used to be commit 3eff609b7a44c668ec866a2c978fcbe89a282935)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4d6969363a..d10b3fd244 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -93,7 +93,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o
-PARAM_OBJ = param/loadparm.o param/params.o param/pcap.o
+PARAM_OBJ = param/loadparm.o param/params.o param/pcap.o smbd/print_svid.o
LIBSMB_OBJ = libsmb/clientgen.o libsmb/namequery.o libsmb/nmblib.o \
libsmb/nterr.o libsmb/smbdes.o libsmb/smbencrypt.o \
@@ -124,7 +124,7 @@ SMBD_OBJ1 = smbd/server.o smbd/chgpasswd.o smbd/connection.o \
smbd/dfree.o smbd/dir.o smbd/password.o \
smbd/groupname.o smbd/ipc.o smbd/ldap.o smbd/mangle.o \
smbd/message.o smbd/nispass.o smbd/nttrans.o \
- smbd/pipes.o smbd/predict.o smbd/print_svid.o smbd/printing.o \
+ smbd/pipes.o smbd/predict.o smbd/printing.o \
smbd/quotas.o smbd/reply.o smbd/ssl.o smbd/trans2.o smbd/uid.o
SMBD_OBJ = $(SMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \