diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-16 13:56:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:30 -0500 |
commit | 71b4fd97922933b24424924acee606389bfecb2d (patch) | |
tree | d2e7e11e9be9736232c219a85d781f696a1fa336 /source4/lib | |
parent | 2438b90b32716a07589ccb5d747969c2bce974de (diff) | |
download | samba-71b4fd97922933b24424924acee606389bfecb2d.tar.gz samba-71b4fd97922933b24424924acee606389bfecb2d.tar.xz 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/lib')
-rw-r--r-- | source4/lib/appweb/config.mk | 3 | ||||
-rw-r--r-- | source4/lib/basic.mk | 2 | ||||
-rw-r--r-- | source4/lib/events/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/ldb/config.mk | 5 | ||||
-rw-r--r-- | source4/lib/messaging/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/popt/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/registry/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/replace/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/socket/config.mk | 4 | ||||
-rw-r--r-- | source4/lib/socket_wrapper/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/stream/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/talloc/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/tdb/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/tls/config.mk | 1 |
14 files changed, 0 insertions, 25 deletions
diff --git a/source4/lib/appweb/config.mk b/source4/lib/appweb/config.mk index 4035840d473..5362043d3d2 100644 --- a/source4/lib/appweb/config.mk +++ b/source4/lib/appweb/config.mk @@ -4,7 +4,6 @@ OBJ_FILES = \ mpr/miniMpr.o \ mpr/var.o -NOPROTO=YES # End SUBSYSTEM MPR ####################### @@ -18,7 +17,6 @@ OBJ_FILES = \ ejs/ejsParser.o \ ejs/ejsProcs.o REQUIRED_SUBSYSTEMS = MPR -NOPROTO=YES # End SUBSYSTEM EJS ####################### @@ -29,6 +27,5 @@ OBJ_FILES = \ esp/esp.o \ esp/espProcs.o REQUIRED_SUBSYSTEMS = EJS -NOPROTO=YES # End SUBSYSTEM ESP ####################### diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 0ed7a69146c..81d49e20c2d 100644 --- a/source4/lib/basic.mk +++ b/source4/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 diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk index 16ee74c29e4..607a7da130f 100644 --- a/source4/lib/events/config.mk +++ b/source4/lib/events/config.mk @@ -1,7 +1,6 @@ ############################## # Start SUBSYSTEM LIBEVENTS [SUBSYSTEM::LIBEVENTS] -NOPROTO = YES OBJ_FILES = events.o events_standard.o REQUIRED_SUBSYSTEMS = LIBTALLOC # End SUBSYSTEM LIBEVENTS diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 44e6bbd43b4..f8f10863966 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -77,7 +77,6 @@ OBJ_FILES = \ ldb_ildap/ldb_ildap.o REQUIRED_SUBSYSTEMS = \ LIBCLI_LDAP -NOPROTO = YES # End MODULE ldb_ildap ################################################ @@ -107,7 +106,6 @@ OBJ_FILES = \ ldb_sqlite3/ldb_sqlite3.o REQUIRED_SUBSYSTEMS = \ EXT_LIB_SQLITE3 -NOPROTO = YES # End MODULE ldb_sqlite3 ################################################ @@ -125,7 +123,6 @@ OBJ_FILES = \ ldb_tdb/ldb_tdb_wrap.o REQUIRED_SUBSYSTEMS = \ LIBTDB -NOPROTO = YES # End MODULE ldb_tdb ################################################ @@ -152,7 +149,6 @@ OBJ_FILES = \ common/qsort.o REQUIRED_SUBSYSTEMS = \ LIBREPLACE LIBTALLOC -NOPROTO = YES MANPAGE = man/ldb.3 PUBLIC_HEADERS = include/ldb.h # @@ -172,7 +168,6 @@ OBJ_FILES = \ ################################################ # Start SUBSYSTEM LIBLDB_CMDLINE [SUBSYSTEM::LIBLDB_CMDLINE] -NOPROTO = YES OBJ_FILES= \ tools/cmdline.o REQUIRED_SUBSYSTEMS = ldb LIBBASIC LIBPOPT POPT_SAMBA POPT_CREDENTIALS diff --git a/source4/lib/messaging/config.mk b/source4/lib/messaging/config.mk index 5e53b49903f..62a120907f9 100644 --- a/source4/lib/messaging/config.mk +++ b/source4/lib/messaging/config.mk @@ -4,7 +4,6 @@ [SUBSYSTEM::MESSAGING] OBJ_FILES = \ messaging.o -NOPROTO = YES REQUIRED_SUBSYSTEMS = \ NDR_IRPC \ UNIX_PRIVS diff --git a/source4/lib/popt/config.mk b/source4/lib/popt/config.mk index f65831bbed2..123b12e5d23 100644 --- a/source4/lib/popt/config.mk +++ b/source4/lib/popt/config.mk @@ -6,6 +6,5 @@ OBJ_FILES = findme.o \ poptconfig.o \ popthelp.o \ poptparse.o -NOPROTO = YES # End SUBSYSTEM INT_LIB_POPT ############################## diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 4456d57ccc1..02071d721bc 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -13,7 +13,6 @@ REQUIRED_SUBSYSTEMS = TDR_REGF [SUBSYSTEM::TDR_REGF] REQUIRED_SUBSYSTEMS = TDR -NOPROTO = YES OBJ_FILES = tdr_regf.o lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk index 386029a7ebb..002fd3b1c48 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -3,7 +3,6 @@ [SUBSYSTEM::REPLACE_READDIR] OBJ_FILES = \ repdir/repdir.o -NOPROTO = YES # End SUBSYSTEM REPLACE_READDIR ############################## @@ -14,7 +13,6 @@ OBJ_FILES = replace.o \ snprintf.o \ dlfcn.o \ getpass.o -NOPROTO = YES REQUIRED_SUBSYSTEMS = REPLACE_READDIR # End SUBSYSTEM LIBREPLACE ############################## diff --git a/source4/lib/socket/config.mk b/source4/lib/socket/config.mk index e9f29b07905..d5ae81d8378 100644 --- a/source4/lib/socket/config.mk +++ b/source4/lib/socket/config.mk @@ -6,7 +6,6 @@ SUBSYSTEM = SOCKET OUTPUT_TYPE = MERGEDOBJ OBJ_FILES = \ socket_ipv4.o -NOPROTO=YES REQUIRED_SUBSYSTEMS = EXT_LIB_SOCKET # End MODULE socket_ipv4 ################################################ @@ -18,7 +17,6 @@ SUBSYSTEM = SOCKET OUTPUT_TYPE = MERGEDOBJ OBJ_FILES = \ socket_ipv6.o -NOPROTO=YES REQUIRED_SUBSYSTEMS = EXT_LIB_SOCKET # End MODULE socket_ipv6 ################################################ @@ -30,7 +28,6 @@ SUBSYSTEM = SOCKET OUTPUT_TYPE = MERGEDOBJ OBJ_FILES = \ socket_unix.o -NOPROTO=YES REQUIRED_SUBSYSTEMS = EXT_LIB_SOCKET # End MODULE socket_unix ################################################ @@ -43,7 +40,6 @@ OBJ_FILES = \ access.o \ connect_multi.o \ connect.o -NOPROTO=YES REQUIRED_SUBSYSTEMS = LIBCLI_RESOLVE SOCKET_WRAPPER LIBTALLOC # End SUBSYSTEM SOCKET ################################################ diff --git a/source4/lib/socket_wrapper/config.mk b/source4/lib/socket_wrapper/config.mk index dcc38351948..fd2fc92b31f 100644 --- a/source4/lib/socket_wrapper/config.mk +++ b/source4/lib/socket_wrapper/config.mk @@ -3,7 +3,6 @@ [LIBRARY::SOCKET_WRAPPER] VERSION = 0.0.1 SO_VERSION = 0.0.1 -NOPROTO = YES DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets PUBLIC_HEADERS = socket_wrapper.h OBJ_FILES = socket_wrapper.o diff --git a/source4/lib/stream/config.mk b/source4/lib/stream/config.mk index 923447e4d29..18ba0d077bc 100644 --- a/source4/lib/stream/config.mk +++ b/source4/lib/stream/config.mk @@ -4,6 +4,5 @@ [SUBSYSTEM::LIBPACKET] OBJ_FILES = \ packet.o -NOPROTO=YES # End SUBSYSTEM LIBPACKET ################################################ diff --git a/source4/lib/talloc/config.mk b/source4/lib/talloc/config.mk index e63edb01394..86a6f4bd56d 100644 --- a/source4/lib/talloc/config.mk +++ b/source4/lib/talloc/config.mk @@ -5,7 +5,6 @@ VERSION = 0.0.1 SO_VERSION = 0.0.1 OBJ_FILES = talloc.o REQUIRED_SUBSYSTEMS = LIBREPLACE -NOPROTO = YES MANPAGE = talloc.3 PUBLIC_HEADERS = talloc.h DESCRIPTION = A hierarchical pool based memory system with destructors diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index b6595ea2baf..8eb127f8aec 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -8,7 +8,6 @@ OBJ_FILES = \ common/tdb.o common/dump.o common/io.o common/lock.o \ common/open.o common/traverse.o common/freelist.o \ common/error.o common/transaction.o common/tdbutil.o -NOPROTO=YES REQUIRED_SUBSYSTEMS = \ LIBREPLACE PUBLIC_HEADERS = include/tdb.h diff --git a/source4/lib/tls/config.mk b/source4/lib/tls/config.mk index ea1bd5be559..8e59bb33e5d 100644 --- a/source4/lib/tls/config.mk +++ b/source4/lib/tls/config.mk @@ -6,7 +6,6 @@ OBJ_FILES = \ tlscert.o REQUIRED_SUBSYSTEMS = \ LIBTALLOC EXT_LIB_GNUTLS -NOPROTO = YES # # End SUBSYSTEM LIBTLS ################################################ |