diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-26 00:10:48 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-26 00:10:48 -0800 |
commit | 3e9e2b62b8276a93d5291a81d3f45eba08548b29 (patch) | |
tree | 9de9a3cf5f886040833a12e238f0e61f8d3fdfc2 /Makefile.in | |
parent | b89e946e5ec0beca0121ed0c3b2490ecbd0f317f (diff) | |
download | tcpdump-3e9e2b62b8276a93d5291a81d3f45eba08548b29.tar.gz |
Create the missing/pcap_dump_ftell.c that's expected by autotools and CMake.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 1ecef174..6169bd11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -350,6 +350,7 @@ EXTRA_DIST = \ missing/datalinks.c \ missing/getopt_long.c \ missing/getservent.c \ + missing/pcap_dump_ftell.c \ missing/snprintf.c \ missing/strdup.c \ missing/strlcat.c \ |