diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-09-14 19:21:06 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-09-14 19:21:06 -0700 |
commit | 89576203dda204301600e0ca9292dc61f4911ea8 (patch) | |
tree | d43a8f9b1f2127627153bfa966864a9ecef13c79 /Makefile.in | |
parent | ec11595998eb44b6ad129d0a4b4ac4c301770e64 (diff) | |
download | tcpdump-89576203dda204301600e0ca9292dc61f4911ea8.tar.gz |
Move getopt_long.h to missing.
That's what we did for win_ether_ntohost.h.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 545cc33d..419dfd67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -263,7 +263,6 @@ HDR = \ ethertype.h \ extract.h \ funcattrs.h \ - getopt_long.h \ getservent.h \ gmpls.h \ interface.h \ @@ -349,6 +348,7 @@ EXTRA_DIST = \ makemib \ missing/dlnames.c \ missing/datalinks.c \ + missing/getopt_long.h \ missing/getopt_long.c \ missing/getservent.c \ missing/pcap_dump_ftell.c \ |