summaryrefslogtreecommitdiff
path: root/source/lib/basic.mk
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
commit9c37f847d32d2f327a88c53a90af0c73126b76be (patch)
tree570e3e48c71a1eceb6625d27b3d0a5daa2bd873b /source/lib/basic.mk
parent6046dd822078cf5daa1a00c90fab998608e6872a (diff)
downloadsamba-9c37f847d32d2f327a88c53a90af0c73126b76be.tar.gz
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Diffstat (limited to 'source/lib/basic.mk')
-rw-r--r--source/lib/basic.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/lib/basic.mk b/source/lib/basic.mk
index 0ed7a69146c..81d49e20c2d 100644
--- a/source/lib/basic.mk
+++ b/source/lib/basic.mk
@@ -32,7 +32,6 @@ OBJ_FILES = \
##############################
# Start SUBSYSTEM LIBCRYPTO
[SUBSYSTEM::LIBCRYPTO]
-NOPROTO = YES
OBJ_FILES = \
crypto/crc32.o \
crypto/md5.o \
@@ -45,7 +44,6 @@ OBJ_FILES = \
################################################
# Start SUBSYSTEM LIBCOMPRESSION
[SUBSYSTEM::LIBCOMPRESSION]
-NOPROTO = YES
OBJ_FILES = \
compression/mszip.o
# End SUBSYSTEM LIBCOMPRESION