diff options
Diffstat (limited to 'plugins/wimaxasncp/Makefile.common')
-rw-r--r-- | plugins/wimaxasncp/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/Makefile.common b/plugins/wimaxasncp/Makefile.common index c6c7629225..611474f163 100644 --- a/plugins/wimaxasncp/Makefile.common +++ b/plugins/wimaxasncp/Makefile.common @@ -33,7 +33,8 @@ DISSECTOR_SRC = \ # corresponding headers DISSECTOR_INCLUDES = \ wimaxasncp_dict_lex.h \ - packet-wimaxasncp.h + packet-wimaxasncp.h \ + wimaxasncp_dict.h # Dissector helpers. They're included in the source files in this # directory, but they're not dissectors themselves, i.e. they're not |