summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-15 03:26:52 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-15 03:26:52 +0000
commit570f8e9a77656f3363938bde1364053d6bbfb30f (patch)
treef321bb3d668b8619fee6b54b00541cfb5e88068e /source3/Makefile.in
parente13aeea928dd89373cfaf3916c96f853c1227884 (diff)
downloadsamba-570f8e9a77656f3363938bde1364053d6bbfb30f.tar.gz
samba-570f8e9a77656f3363938bde1364053d6bbfb30f.tar.bz2
samba-570f8e9a77656f3363938bde1364053d6bbfb30f.zip
moved the printing related files to a separate printing/ directory.
(This used to be commit d933a47be6fa7b5f161179fa11244aaba1051160)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 70af6f9b59..d79873f7e8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -126,7 +126,7 @@ SMBD_OBJ1 = smbd/server.o smbd/chgpasswd.o smbd/connection.o \
smbd/message.o smbd/nttrans.o smbd/pipes.o smbd/predict.o \
smbd/quotas.o smbd/reply.o smbd/ssl.o smbd/trans2.o smbd/uid.o
-PRINTING_OBJ = param/pcap.o smbd/print_svid.o smbd/printing.o
+PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/printing.o
SMBD_OBJ = $(SMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \
$(RPC_SERVER_OBJ) $(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ) \