diff options
author | Hyungdeuk Kim <hd3.kim@samsung.com> | 2012-08-21 21:15:58 +0900 |
---|---|---|
committer | Hyungdeuk Kim <hd3.kim@samsung.com> | 2012-08-21 21:15:58 +0900 |
commit | 6a4b662fa078dd7caba09126244179311cfe9e6c (patch) | |
tree | 6851bd0a8ef22876377791c9f1807e76b36d5519 /capi-content-mime-type.pc.in | |
parent | ac9c71d4b00b6dfd2230afd8b4d4bea94015e713 (diff) | |
download | mime-type-master.tar.gz mime-type-master.tar.bz2 mime-type-master.zip |
tizen 2.0 uploadHEADsubmit/master/20120920.1510272.0_alphamaster2.0alpha
Diffstat (limited to 'capi-content-mime-type.pc.in')
-rwxr-xr-x | capi-content-mime-type.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/capi-content-mime-type.pc.in b/capi-content-mime-type.pc.in new file mode 100755 index 0000000..640d431 --- /dev/null +++ b/capi-content-mime-type.pc.in @@ -0,0 +1,15 @@ + +# Package Information for pkg-config + +prefix=@PREFIX@ +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include/content + +Name: @PC_NAME@ +Description: @PACKAGE_DESCRIPTION@ +Version: @VERSION@ +Requires: @PC_REQUIRED@ +Libs: -L${libdir} @PC_LDFLAGS@ +Cflags: -I${includedir} + |