summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/README.txt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-04 13:57:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:35 -0500
commit5296bd1b5107f321de0dc9b3a9c3f6ac5a4861f0 (patch)
treea5464cdee1f79ca2fdb77c2cb1915d034134aaf9 /source4/build/smb_build/README.txt
parent03cdfbe8ac68621d1dfa53164d095eb451793bc0 (diff)
downloadsamba-5296bd1b5107f321de0dc9b3a9c3f6ac5a4861f0.tar.gz
samba-5296bd1b5107f321de0dc9b3a9c3f6ac5a4861f0.tar.bz2
samba-5296bd1b5107f321de0dc9b3a9c3f6ac5a4861f0.zip
r7274: Move m4 files to seperate dir
(This used to be commit 0dda66f0e8e6ad37d731937af184a132bf3407b1)
Diffstat (limited to 'source4/build/smb_build/README.txt')
-rw-r--r--source4/build/smb_build/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/smb_build/README.txt b/source4/build/smb_build/README.txt
index 0e127882d6..44aeffdad2 100644
--- a/source4/build/smb_build/README.txt
+++ b/source4/build/smb_build/README.txt
@@ -31,7 +31,7 @@ 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
- SUBSYSTEM's (required_subsystems/REQUIRED_SUBSYSTEMS).
+ SUBSYSTEM's (REQUIRED_SUBSYSTEMS).
LIBRARY:
a LIBRARY means a static and/or shared library,
@@ -39,7 +39,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
- SUBSYSTEM's (required_subsystems/REQUIRED_SUBSYSTEMS).
+ SUBSYSTEM's (REQUIRED_SUBSYSTEMS).
File summary:
-------------