r5138: don't create prototypes for samba3's winbind client lib
authorStefan Metzmacher <metze@samba.org>
Mon, 31 Jan 2005 16:07:56 +0000 (16:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:26 +0000 (13:09 -0500)
they're in hand declared

metze
(This used to be commit fcc690a274963565d13fc358edc61db57c4111b9)

source4/nsswitch/config.mk

index 676cc2858dc53e468ce2ad1ee403d3a44091b775..8b559d6205f97fb8f0fae05c6052b943ab9dc0ea 100644 (file)
@@ -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
 #################################