Browse Source

Merge pull request #390 from hosiet/fix-pkgconfig

Fix mistake in pkgconfig .pc file
pull/396/head
Max Lv 9 years ago
parent
commit
aced168bbc
1 changed files with 2 additions and 2 deletions
  1. 4
      shadowsocks-libev.pc.in

4
shadowsocks-libev.pc.in

@ -8,5 +8,5 @@ Description: a lightweight secured socks5 proxy
URL: http://shadowsocks.org
Version: @VERSION@
Requires:
Libs: -I${includedir}
Cflags: -L${libdir} -lshadowsocks -lcrypto
Cflags: -I${includedir}
Libs: -L${libdir} -lshadowsocks -lcrypto
Loading…
Cancel
Save