diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-22 15:49:06 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-22 15:49:06 -0800 |
commit | 5632b98204c3aaddb87e7e6c6842e92fd86ddbbc (patch) | |
tree | 26cb7dfb490b6deb9a8302cb29734f82dda0e57e /Makefile.in | |
parent | 6e15ad4b99382ef8223d8262abeb5c28b235d790 (diff) | |
download | tcpdump-5632b98204c3aaddb87e7e6c6842e92fd86ddbbc.tar.gz |
Add install and uninstall support for 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 749f24eb..baa2c240 100644 --- a/Makefile.in +++ b/Makefile.in @@ -330,6 +330,7 @@ EXTRA_DIST = \ aclocal.m4 \ atime.awk \ bpf_dump.c \ + cmake_uninstall.cmake.in \ cmakeconfig.h.in \ cmake/Modules/FindPCAP.cmake \ cmake/Modules/FindSMI.cmake \ |