Do some updates to remove build time warnings.

The linker was complaining about linking files that didn't
have any symbols.  These were actually empty files so I just
got rid of them and removed references to them.
This commit is contained in:
Seth Hall 2017-02-28 12:40:01 -05:00
parent b89fe748c9
commit 01a3943635
16 changed files with 11 additions and 41 deletions

View file

@ -5,7 +5,7 @@ include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DI
bro_plugin_begin(Bro GSSAPI)
bro_plugin_cc(GSSAPI.cc Plugin.cc)
bro_plugin_bif(types.bif events.bif)
bro_plugin_bif(events.bif)
bro_plugin_pac(
gssapi.pac
gssapi-protocol.pac