build(waf): fix the abi_match for the pdb library
[obnox/samba/samba-obnox.git] / source3 / wscript_build
index 107587d0bc553847f9ba8f31e95362712470a386..2e530f56f46907fc58946acaf943d654c835b109 100755 (executable)
@@ -731,7 +731,7 @@ bld.SAMBA3_LIBRARY('pdb',
                                include/passdb.h
                                passdb/machine_sid.h
                                passdb/lookup_sid.h''',
-                   abi_match=private_pdb_match + ['*'],
+                   abi_match=private_pdb_match,
                    abi_directory='passdb/ABI',
                    vnum='0',
                    vars=locals())