We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14431b4 commit 5cc77c0Copy full SHA for 5cc77c0
.gitignore
@@ -22,6 +22,7 @@ debian/files
22
debian/shadowsocks.substvars
23
debian/*.debhelper*
24
.dirstamp
25
+shadowsocks.pc
26
27
# Ignore garbage of OS X
28
*.DS_Store
shadowsocks.pc.in
@@ -0,0 +1,12 @@
1
+prefix=@prefix@
2
+exec_prefix=@exec_prefix@
3
+libdir=@libdir@
4
+includedir=@includedir@
5
+
6
+Name: shadowsocks
7
+Description: a lightweight secured scoks5
8
+URL: http://shadowsocks.org
9
+Version: @VERSION@
10
+Requires:
11
+Libs: -I${includedir}
12
+Cflags: -L${libdir} -lshadowsocks -lcrypto
0 commit comments