summaryrefslogtreecommitdiffstats
path: root/src/uca.pc.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-03-25 09:25:12 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-03-25 09:25:12 +0100
commit8edd5cbc43e4a716478135d3566347243a3d4ade (patch)
tree3ba904e3042aa94046fffc6302b4968fd5ede837 /src/uca.pc.in
parent8d35fd322d3b8cd5240b95ac58ded1ff9ba041d1 (diff)
downloaduca-8edd5cbc43e4a716478135d3566347243a3d4ade.tar.gz
uca-8edd5cbc43e4a716478135d3566347243a3d4ade.tar.bz2
uca-8edd5cbc43e4a716478135d3566347243a3d4ade.tar.xz
uca-8edd5cbc43e4a716478135d3566347243a3d4ade.zip
Install pkg-config information file
Diffstat (limited to 'src/uca.pc.in')
-rwxr-xr-xsrc/uca.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/uca.pc.in b/src/uca.pc.in
new file mode 100755
index 0000000..59a4813
--- /dev/null
+++ b/src/uca.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir_old=@includedir@/uca
+includedir_new=@includedir@
+
+Name: libuca
+Description: Unified Camera Access
+Version: @VERSION@
+Libs: -L${libdir} -luca
+Cflags: -I${includedir_old} -I${includedir_new}