File: oauth.pc.in

package info (click to toggle)
liboauth 0.9.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,284 kB
  • sloc: sh: 10,184; ansic: 2,287; makefile: 85
file content (12 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: oauth
Description: OAuth - server to server secure API authentication  
Requires.private: @PC_REQ@
Version: @VERSION@
Libs: -L${libdir} -loauth
Libs.private: -lm @PC_LIB@
Cflags: -I${includedir}