summaryrefslogtreecommitdiff
path: root/source4/nsswitch/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-31 16:07:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:26 -0500
commitad234a53f673f464fc77f611c02e2b51ff41c06a (patch)
tree58605eb7d445524deae29f4ee58cebfe6480fa4e /source4/nsswitch/config.mk
parentd8d3a5ffe3fb73d64869c133fe398efeb4e79d77 (diff)
downloadsamba-ad234a53f673f464fc77f611c02e2b51ff41c06a.tar.gz
samba-ad234a53f673f464fc77f611c02e2b51ff41c06a.tar.bz2
samba-ad234a53f673f464fc77f611c02e2b51ff41c06a.zip
r5138: don't create prototypes for samba3's winbind client lib
they're in hand declared metze (This used to be commit fcc690a274963565d13fc358edc61db57c4111b9)
Diffstat (limited to 'source4/nsswitch/config.mk')
-rw-r--r--source4/nsswitch/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk
index 676cc2858d..8b559d6205 100644
--- a/source4/nsswitch/config.mk
+++ b/source4/nsswitch/config.mk
@@ -2,6 +2,6 @@
# Start SUBSYSTEM LIB_WINBIND_CLIENT
[SUBSYSTEM::LIB_WINBIND_CLIENT]
ADD_OBJ_FILES = nsswitch/wb_common.o
-
+NOPROTO=YES
# End SUBSYSTEM LIB_WINBIND_CLIENT
#################################