diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-22 17:20:02 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-22 17:20:02 -0800 |
commit | 54587515efd5e2584b0a343eb4e312dd56d70579 (patch) | |
tree | 31829991ec7af610e354cca8c73bd6ff62981b63 /Makefile.in | |
parent | 72b5093bfb8d5a4f6772d66568917f68adf3bc44 (diff) | |
download | tcpdump-54587515efd5e2584b0a343eb4e312dd56d70579.tar.gz |
Add libcrypto checks.
Put the optional libraries after libpcap, which is *not* optional.
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 baa2c240..311bba6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -332,6 +332,7 @@ EXTRA_DIST = \ bpf_dump.c \ cmake_uninstall.cmake.in \ cmakeconfig.h.in \ + cmake/Modules/FindCRYPTO.cmake \ cmake/Modules/FindPCAP.cmake \ cmake/Modules/FindSMI.cmake \ config.guess \ |