diff options
author | Sven Nierlein <sven@nierlein.de> | 2018-10-23 11:35:14 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-23 11:35:14 +0200 |
commit | fd588dd2fa4106475b10cac5fea966d370d8c74d (patch) | |
tree | e7183181b1aaca9a9ae818b1c1162972f5c7fe36 /plugins/picohttpparser | |
parent | 70888d0f880362a8c8671df93d55428b144dbce1 (diff) | |
download | monitoring-plugins-fd588dd2fa4106475b10cac5fea966d370d8c74d.tar.gz |
picohttpparser: add header to final tarball
Diffstat (limited to 'plugins/picohttpparser')
-rw-r--r-- | plugins/picohttpparser/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/picohttpparser/Makefile.am b/plugins/picohttpparser/Makefile.am index 5a610278..87e05313 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 |