diff options
Diffstat (limited to 'oauth2.pc.in')
-rwxr-xr-x | oauth2.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/oauth2.pc.in b/oauth2.pc.in new file mode 100755 index 0000000..17e7fef --- /dev/null +++ b/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} |