replace: make libreplace a private library
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Oct 2010 21:30:15 +0000 (08:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:24 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

lib/replace/wscript

index a3cde2bcc847762ef477bb32c0a3499577513317..48871d644290264feb5b27f62ac818fbbf2573e0 100644 (file)
@@ -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