summaryrefslogtreecommitdiff
path: root/oauth.pc.in
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:33:10 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:33:10 +0100
commitf4ded6a75809a84e330e7f3b66436bd2ea2c9974 (patch)
tree92880c33d016fcbf463766b59450e2a3eb9e8838 /oauth.pc.in
downloadliboauth-f4ded6a75809a84e330e7f3b66436bd2ea2c9974.tar.gz
Tarball conversion
Diffstat (limited to 'oauth.pc.in')
-rw-r--r--oauth.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/oauth.pc.in b/oauth.pc.in
new file mode 100644
index 0000000..a7fb8ad
--- /dev/null
+++ b/oauth.pc.in
@@ -0,0 +1,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}