wafsamba: introduce SAMBA[3]_PLUGIN()
[gd/samba-autobuild/.git] / buildtools / wafsamba / samba_utils.py
index cb13746a2c57fbc44627f3582cf4a958531e926b..863e9d5ba226a566a9b658b7782e68d1731f86e8 100644 (file)
@@ -658,7 +658,7 @@ def get_tgt_list(bld):
     tgt_list = []
     for tgt in targets:
         type = targets[tgt]
-        if not type in ['SUBSYSTEM', 'BUILTIN', 'MODULE', 'BINARY', 'LIBRARY', 'ASN1', 'PYTHON']:
+        if not type in ['SUBSYSTEM', 'BUILTIN', 'MODULE', 'BINARY', 'LIBRARY', 'PLUGIN', 'ASN1', 'PYTHON']:
             continue
         t = bld.get_tgen_by_name(tgt)
         if t is None: