summaryrefslogtreecommitdiff
path: root/libexif.pc.in
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2012-07-12 20:34:34 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2012-07-12 20:34:34 +0000
commit0c6a5fa0d9719a40748d8726b4543f02f70518c1 (patch)
tree241f9ae619069ac5861d7621ade296102ab5de5d /libexif.pc.in
downloadlibexif-tarball-0c6a5fa0d9719a40748d8726b4543f02f70518c1.tar.gz
Diffstat (limited to 'libexif.pc.in')
-rw-r--r--libexif.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexif.pc.in b/libexif.pc.in
new file mode 100644
index 0000000..107ab89
--- /dev/null
+++ b/libexif.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libexif
+Description: Library for easy access to EXIF data
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lexif
+Libs.private: -lm
+Cflags: -I${includedir}