[monitoring-plugins] picohttpparser: add header to final tarball
Sven Nierlein <[email protected]> Tue, 23 Oct 2018 12:00:21 +0200 (CEST)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: monitoring-plugins Branch: feature_check_curl Commit: fd588dd2fa4106475b10cac5fea966d370d8c74d Author: Sven Nierlein <[email protected]> Date: Tue Oct 23 11:35:14 2018 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fd588dd picohttpparser: add header to final tarball --- plugins/picohttpparser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/picohttpparser/Makefile.am b/plugins/picohttpparser/Makefile.am index 5a61027..87e0531 100644 --- a/plugins/picohttpparser/Makefile.am +++ b/plugins/picohttpparser/Makefile.am @@ -1,3 +1,3 @@ noinst_LIBRARIES = libpicohttpparser.a -libpicohttpparser_a_SOURCES = picohttpparser.c +libpicohttpparser_a_SOURCES = picohttpparser.c picohttpparser.h