]> The Tcpdump Group git mirrors - libpcap/commit
Don't install rpcapd if we weren't built with --enable-remote.
authorGuy Harris <[email protected]>
Sun, 12 Mar 2017 04:25:56 +0000 (20:25 -0800)
committerGuy Harris <[email protected]>
Sun, 12 Mar 2017 04:25:56 +0000 (20:25 -0800)
commit3cec15e97f1b9162b313a7747a87896969b0cab9
treedba69e802e27ad600749ee159c2982c0b1df5f10
parent9cb2a8144f2898581136bc301bdb08742075d3fa
Don't install rpcapd if we weren't built with --enable-remote.

And do uninstall rpcapd with "make uninstall".  (We can uninstall it
unconditionally, as it uses -f with rm, so that it doesn't fail if the
thing being uninstalled isn't installed.)

Also, have "make clean" and "make distclean" clean up the rpcap
subdirectory.
Makefile.in
configure
configure.ac
rpcap/Makefile.in