summaryrefslogtreecommitdiffstats
path: root/src/uca.pc.in
diff options
context:
space:
mode:
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}