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 a105566ac4..8d679a6bda 100644 --- a/Makefile.common +++ b/Makefile.common @@ -98,6 +98,7 @@ ETHEREAL_COMMON_INCLUDES = \ conditions.h \ disabled_protos.h \ file.h \ + fileset.h \ packet-range.h \ pcap-util.h \ pcap-util-int.h \ @@ -159,6 +160,7 @@ ethereal_SOURCES = \ capture_loop.c \ color_filters.c \ file.c \ + fileset.c \ filters.c \ g711.c \ merge.c \ |