From 7367d23713a34a6c29a492adb365292399adffe8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Nov 2004 13:52:16 +0000 Subject: r3730: More build system fixes and simplifications the hierarchy in the init functions is correct now will also make it easier to implement some other features (This used to be commit cbe819a75568403ac8850ea4d344c607a46d61c2) --- source4/build/smb_build/README.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/build/smb_build/README.txt') diff --git a/source4/build/smb_build/README.txt b/source4/build/smb_build/README.txt index 1350f12336..85d61f6bc2 100644 --- a/source4/build/smb_build/README.txt +++ b/source4/build/smb_build/README.txt @@ -26,7 +26,6 @@ BINARY: (e.g. 'smbtorture' or 'ldbedit') a BINARY typicly has only commandline handling and basic functionality code in it and depends on the functions of - EXT_LIB's (required_libraries/REQUIRED_LIBRARIES) and/or SUBSYSTEM's (required_subsystems/REQUIRED_SUBSYSTEMS). LIBRARY: @@ -35,8 +34,7 @@ LIBRARY: (e.g. for libldb 'libldb.so', 'libldb.so.0' 'libldb.so.0.0.1' and libldb.a are created on linux) a LIBRARY typicly has only glue code in it and depends on - the functions of EXT_LIB's (required_libraries/REQUIRED_LIBRARIES) - and/or SUBSYSTEM's (required_subsystems/REQUIRED_SUBSYSTEMS). + SUBSYSTEM's (required_subsystems/REQUIRED_SUBSYSTEMS). Macrodescriptions -- cgit