Skip to content

Commit 5cc77c0

Browse files
committed
add missing files
1 parent 14431b4 commit 5cc77c0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ debian/files
2222
debian/shadowsocks.substvars
2323
debian/*.debhelper*
2424
.dirstamp
25+
shadowsocks.pc
2526

2627
# Ignore garbage of OS X
2728
*.DS_Store

shadowsocks.pc.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)