summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-16 13:56:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:30 -0500
commit71b4fd97922933b24424924acee606389bfecb2d (patch)
treed2e7e11e9be9736232c219a85d781f696a1fa336 /source4/libcli
parent2438b90b32716a07589ccb5d747969c2bce974de (diff)
downloadsamba-71b4fd97922933b24424924acee606389bfecb2d.tar.gz
samba-71b4fd97922933b24424924acee606389bfecb2d.tar.bz2
samba-71b4fd97922933b24424924acee606389bfecb2d.zip
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
(This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index 0ccf1d7126..6d88b3bd06 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -60,7 +60,6 @@ OBJ_FILES = \
dgram/netlogon.o \
dgram/ntlogon.o \
dgram/browse.o
-NOPROTO=YES
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
[LIBRARY::LIBCLI_CLDAP]
@@ -69,7 +68,6 @@ SO_VERSION = 0.0.1
DESCRIPTION = CLDAP client library
OBJ_FILES = cldap/cldap.o
PUBLIC_HEADERS = cldap/cldap.h
-NOPROTO=YES
REQUIRED_SUBSYSTEMS = LIBCLI_LDAP
[LIBRARY::LIBCLI_WREPL]