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

@ -7,5 +7,5 @@ bro_plugin_begin(Bro SSH)
bro_plugin_cc(SSH.cc Plugin.cc)
bro_plugin_bif(types.bif)
bro_plugin_bif(events.bif)
bro_plugin_pac(ssh.pac ssh-analyzer.pac ssh-protocol.pac)
bro_plugin_pac(ssh.pac ssh-analyzer.pac ssh-protocol.pac consts.pac)
bro_plugin_end()