rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

Only install public header files. #321

Open remilocherer opened 5 years ago

remilocherer commented 5 years ago

When packaging liblognorm for OpenBSD we noticed private header files getting installed. With this change only the public header file is installed.

Diff originally from Jeremie Courreges-Anglas jca at wxcvbn org