From ab2bd17d62aaac626783b2758e2658479b3b74a8 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 28 Oct 2003 10:30:16 +0000 Subject: Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively. (This used to be commit d66f5afaaabdbaddb846fdff0421398f4cb19d89) --- source4/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index fcbaaf9df0..daf8904212 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -202,14 +202,14 @@ LIBRAW_OBJ = libcli/raw/rawfile.o libcli/raw/smb_signing.o \ libcli/raw/rawtrans.o libcli/raw/clioplock.o \ libcli/raw/rawnegotiate.o libcli/raw/rawfsinfo.o \ libcli/raw/rawfileinfo.o libcli/raw/rawnotify.o \ - libcli/raw/rawioctl.o \ + libcli/raw/rawioctl.o libcli/raw/rawdcerpc.o \ $(LIBSAMBA_OBJ) $(LIBCLIUTIL_OBJ) \ $(RPC_PARSE_OBJ1) $(LIBNTLMSSP_OBJ) $(LIBNMB_OBJ) $(KRBCLIENT_OBJ) LIBSMB_OBJ = libcli/clireadwrite.o libcli/cliconnect.o \ libcli/clifile.o libcli/clilist.o libcli/clitrans2.o \ libcli/clisecdesc.o libcli/climessage.o \ - libcli/clideltree.o \ + libcli/clideltree.o libcli/clidcerpc.o \ $(LIBRAW_OBJ) # LIBDFS_OBJ = libcli/clidfs.o -- cgit