Merge branch 'bagder-master'
This commit is contained in:
commit
faae05157c
|
@ -1,6 +1,6 @@
|
|||
# nghttp2 - HTTP/2.0 C Library
|
||||
|
||||
# Copyright (c) 2012 Tatsuhiro Tsujikawa
|
||||
# Copyright (c) 2012, 2013 Tatsuhiro Tsujikawa
|
||||
|
||||
# Permission is hereby granted, free of charge, to any person obtaining
|
||||
# a copy of this software and associated documentation files (the
|
||||
|
@ -25,10 +25,10 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: nghttp2
|
||||
Name: libnghttp2
|
||||
Description: HTTP/2.0 C library
|
||||
URL: https://github.com/tatsuhiro-t/nghttp2
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lnghttp2
|
||||
Requires.private: zlib
|
||||
Libs.private: -lzlib
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue