diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-10-26 15:42:20 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-10-26 15:42:20 +0900 |
commit | 56b96343c6cba818d7b6bc17f7ebda746a7fd6a9 (patch) | |
tree | 845e6963bd3ffcc95fd815fba2d0d2efd271858e /src/oauth2.pc.in | |
parent | 899c0772611e801411265628830dd2ea556d23f6 (diff) | |
download | liboauth2-accepted/tizen_2.4_mobile.tar.gz liboauth2-accepted/tizen_2.4_mobile.tar.bz2 liboauth2-accepted/tizen_2.4_mobile.zip |
tizen 2.4 releasetizen_2.4_mobile_releasesubmit/tizen_2.4/20151028.063455accepted/tizen/2.4/mobile/20151029.035022tizen_2.4accepted/tizen_2.4_mobile
Diffstat (limited to 'src/oauth2.pc.in')
-rwxr-xr-x | src/oauth2.pc.in | 13 |
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} |