summaryrefslogtreecommitdiff
path: root/src/oauth2.pc.in
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-10-26 15:42:20 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-10-26 15:42:20 +0900
commit56b96343c6cba818d7b6bc17f7ebda746a7fd6a9 (patch)
tree845e6963bd3ffcc95fd815fba2d0d2efd271858e /src/oauth2.pc.in
parent899c0772611e801411265628830dd2ea556d23f6 (diff)
downloadliboauth2-accepted/tizen_2.4_mobile.tar.gz
liboauth2-accepted/tizen_2.4_mobile.tar.bz2
liboauth2-accepted/tizen_2.4_mobile.zip
Diffstat (limited to 'src/oauth2.pc.in')
-rwxr-xr-xsrc/oauth2.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/oauth2.pc.in b/src/oauth2.pc.in
new file mode 100755
index 0000000..17e7fef
--- /dev/null
+++ b/src/oauth2.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: oauth2
+Description: Tizen oauth 2.0 Framework
+Version: @VERSION@
+#Requires: capi-base-common
+Libs: -L${libdir} -loauth2
+Cflags: -I${includedir}