diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 08:30:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:24 +1100 |
commit | a913e79ee52fa21b9d7469a497fc8f63571fc913 (patch) | |
tree | ea323af84e9bdbb20ed8572e18490add36367546 /lib | |
parent | 0ad5937b4e353f9dd026cbf6a9555afbedc7ca39 (diff) | |
download | samba-a913e79ee52fa21b9d7469a497fc8f63571fc913.tar.gz samba-a913e79ee52fa21b9d7469a497fc8f63571fc913.tar.bz2 samba-a913e79ee52fa21b9d7469a497fc8f63571fc913.zip |
replace: make libreplace a private library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index a3cde2bcc8..48871d6442 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -368,6 +368,7 @@ def build(bld): # libraries are loaded, but this doesn't appear to work # at the moment: # hide_symbols=bld.BUILTIN_LIBRARY('replace'), + private_library=True, deps='crypt dl nsl socket rt') TEST_SOURCES = '''test/testsuite.c test/main.c test/strptime.c |