diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 447af8694f..ed439c2680 100644 --- a/Makefile.common +++ b/Makefile.common @@ -52,6 +52,7 @@ SHARK_COMMON_SRC = \ clopts_common.c \ disabled_protos.c \ frame_data_sequence.c \ + frame_tvbuff.c \ packet-range.c \ print.c \ ps.c \ @@ -72,6 +73,7 @@ SHARK_COMMON_INCLUDES = \ file.h \ fileset.h \ frame_data_sequence.h \ + frame_tvbuff.h \ isprint.h \ packet-range.h \ print.h \ |