summaryrefslogtreecommitdiff
path: root/capi-content-mime-type.pc.in
diff options
context:
space:
mode:
authorHyungdeuk Kim <hd3.kim@samsung.com>2012-08-21 21:15:58 +0900
committerHyungdeuk Kim <hd3.kim@samsung.com>2012-08-21 21:15:58 +0900
commit6a4b662fa078dd7caba09126244179311cfe9e6c (patch)
tree6851bd0a8ef22876377791c9f1807e76b36d5519 /capi-content-mime-type.pc.in
parentac9c71d4b00b6dfd2230afd8b4d4bea94015e713 (diff)
downloadmime-type-master.tar.gz
mime-type-master.tar.bz2
mime-type-master.zip
Diffstat (limited to 'capi-content-mime-type.pc.in')
-rwxr-xr-xcapi-content-mime-type.pc.in15
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}
+