Browse Source

add missing files

pull/145/head
Max Lv 10 years ago
parent
commit
5cc77c066b
2 changed files with 13 additions and 0 deletions
  1. 1
      .gitignore
  2. 12
      shadowsocks.pc.in

1
.gitignore

@ -22,6 +22,7 @@ debian/files
debian/shadowsocks.substvars
debian/*.debhelper*
.dirstamp
shadowsocks.pc
# Ignore garbage of OS X
*.DS_Store

12
shadowsocks.pc.in

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: shadowsocks
Description: a lightweight secured scoks5
URL: http://shadowsocks.org
Version: @VERSION@
Requires:
Libs: -I${includedir}
Cflags: -L${libdir} -lshadowsocks -lcrypto
Loading…
Cancel
Save