diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-23 07:56:11 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-23 07:56:11 +0000 |
commit | a32420e5b79126002b74b78d69c010043b7bd299 (patch) | |
tree | 7b0e1c984756513d66288e91dad8fa5c5211c0b7 /source3 | |
parent | 943471f2c83325e7ec52e952f57b4cc294856ced (diff) | |
download | samba-a32420e5b79126002b74b78d69c010043b7bd299.tar.gz samba-a32420e5b79126002b74b78d69c010043b7bd299.tar.bz2 samba-a32420e5b79126002b74b78d69c010043b7bd299.zip |
Makefile.in change for split of printfsp.c
(This used to be commit 980a81651a043f2281f6a8b863d31438212b584a)
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 1f85603b5d..fb2dc2177a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -160,7 +160,8 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/vfs.o smbd/vfs-wrap.o \ lib/msrpc-client.o lib/msrpc_use.o \ rpc_parse/parse_creds.o \ - smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o + smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o \ + printing/printfsp.o PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/print_cups.o printing/load.o |