diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /web/server/h2o/libh2o/libh2o.pc.in | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/server/h2o/libh2o/libh2o.pc.in')
-rw-r--r-- | web/server/h2o/libh2o/libh2o.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/server/h2o/libh2o/libh2o.pc.in b/web/server/h2o/libh2o/libh2o.pc.in deleted file mode 100644 index cbda928fe..000000000 --- a/web/server/h2o/libh2o/libh2o.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=${prefix} -includedir=${prefix}/include -libdir=@CMAKE_INSTALL_FULL_LIBDIR@ - -Name: libh2o -Description: An optimized HTTP/1.x & HTTP/2 library -URL: https://h2o.examp1e.net/ -Version: @LIBRARY_VERSION_MAJOR@.@LIBRARY_VERSION_MINOR@.@LIBRARY_VERSION_PATCH@ -Requires.private: libuv >= 1.0.0 -Libs: -L${libdir} -lh2o -Cflags: -I${includedir} |