mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
replace: make libreplace a private library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
0ad5937b4e
commit
a913e79ee5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user