Add missing .pac dependencies for some binpac analyzer targets.

This commit is contained in:
Jon Siwek 2015-04-22 14:02:51 -05:00
parent 9bc411ebb0
commit 5af997b32b
6 changed files with 28 additions and 8 deletions

View file

@ -6,5 +6,5 @@ bro_plugin_begin(Bro RDP)
bro_plugin_cc(RDP.cc Plugin.cc)
bro_plugin_bif(events.bif)
bro_plugin_bif(types.bif)
bro_plugin_pac(rdp.pac rdp-analyzer.pac rdp-protocol.pac)
bro_plugin_pac(rdp.pac rdp-analyzer.pac rdp-protocol.pac ../asn1/asn1.pac)
bro_plugin_end()