]> The Tcpdump Group git mirrors - libpcap/commit
Install all of the headers that belong in the top-level include directory.
authorGuy Harris <[email protected]>
Sun, 20 May 2018 01:08:02 +0000 (18:08 -0700)
committerGuy Harris <[email protected]>
Sun, 20 May 2018 01:08:02 +0000 (18:08 -0700)
commit9556b7f98d9a0ec0768fd388af42edb111c207b4
treee93f42ee8a0d9f25adc478e26dd93acbfdc7167a
parent77da77c36e5d958f9b8d6729876a33f670de031f
Install all of the headers that belong in the top-level include directory.

Most of our headers should go only in the pcap subdirectory of the
top-level include directory, but we install some headers in the
top-level include directory for backwards compatibility; they just
include the relevant header from the pcap subdirectory.

We were only installing pcap.h; we also should install pcap-bpf.h and
pcap-namedb.h.
CMakeLists.txt