diff options
author | Jeremy Allison <jra@samba.org> | 2009-06-03 11:28:52 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-06-03 11:28:52 -0700 |
commit | b11bf8b7cf899dbbae213aa5c876eec7102fd5c8 (patch) | |
tree | 20681fbd36802ae84703bb34c6b6f2bd8a0eaa5b | |
parent | 96cc8214978f80328997cdd3b310731d65a7ede9 (diff) | |
download | samba-b11bf8b7cf899dbbae213aa5c876eec7102fd5c8.tar.gz |
Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are no
checks to see if the required include file is available.
Jeremy.
-rw-r--r-- | source4/client/config.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/client/config.mk b/source4/client/config.mk index 6de804f2da6..dee42d016a8 100644 --- a/source4/client/config.mk +++ b/source4/client/config.mk @@ -32,10 +32,9 @@ INSTALLDIR = BINDIR umount.cifs_OBJ_FILES = ../client/umount.cifs.o \ ../client/mtab.o -[BINARY::cifs.upcall] -INSTALLDIR = BINDIR - -cifs.upcall_OBJ_FILES = ../client/cifs.upcall.o +#[BINARY::cifs.upcall] +#INSTALLDIR = BINDIR +#cifs.upcall_OBJ_FILES = ../client/cifs.upcall.o ################################# # Start BINARY cifsdd |