git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96cc821
)
Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are no
author
Jeremy Allison
<jra@samba.org>
Wed, 3 Jun 2009 18:28:52 +0000
(11:28 -0700)
committer
Jeremy Allison
<jra@samba.org>
Wed, 3 Jun 2009 18:28:52 +0000
(11:28 -0700)
checks to see if the required include file is available.
Jeremy.
source4/client/config.mk
patch
|
blob
|
history
diff --git
a/source4/client/config.mk
b/source4/client/config.mk
index 6de804f2da6b974c4126f77e8f25a35d5b8e2f8d..dee42d016a80dea17830d9d3a88499310e07bc0d 100644
(file)
--- 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