diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-04-26 18:04:26 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-04-26 18:04:26 -0700 |
commit | 9614e9389e56c2bf3d806ab44ba94a3b805f18fb (patch) | |
tree | e4adea067058607a1b419efa51fc9e26f07828e2 /Makefile.in | |
parent | 69cb46af9119e8b5554bcc4bf1bf36f39cb82131 (diff) | |
download | tcpdump-9614e9389e56c2bf3d806ab44ba94a3b805f18fb.tar.gz |
Make sure print.h shows up in the release tarball.
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 548ad0cf..70f7085f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -265,6 +265,7 @@ HDR = \ oui.h \ pcap-missing.h \ ppp.h \ + print.h \ rpc_auth.h \ rpc_msg.h \ rpl.h \ |