summaryrefslogtreecommitdiffstats
path: root/src/libuca.pc.in
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2013-03-21 12:08:14 +0100
committerMihael Koep <koep@schneide.com>2013-03-21 12:08:14 +0100
commit9bdf1616c6f1360658c7a97c0d7e681a932b4ee7 (patch)
tree89d5d51904286e778a3ead0dcd49dd360843300f /src/libuca.pc.in
parentb9bfef1a6032e0ce0cc8f9cc95a28121a17331ce (diff)
downloaduca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.gz
uca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.bz2
uca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.xz
uca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.zip
Improve libuca package compatibility with RPM systems.
Diffstat (limited to 'src/libuca.pc.in')
-rw-r--r--src/libuca.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libuca.pc.in b/src/libuca.pc.in
new file mode 100644
index 0000000..6401368
--- /dev/null
+++ b/src/libuca.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: @UCA_DESCRIPTION@
+Version: @VERSION@
+Libs: -L${libdir} -luca
+Cflags: -I${includedir_old} -I${includedir_new}