summaryrefslogtreecommitdiffstats
path: root/src/uca.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/uca.pc.in
parentb9bfef1a6032e0ce0cc8f9cc95a28121a17331ce (diff)
downloadlibuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.gz
libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.bz2
libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.tar.xz
libuca-9bdf1616c6f1360658c7a97c0d7e681a932b4ee7.zip
Improve libuca package compatibility with RPM systems.
Diffstat (limited to 'src/uca.pc.in')
-rw-r--r--src/uca.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/uca.pc.in b/src/uca.pc.in
deleted file mode 100644
index 6401368..0000000
--- a/src/uca.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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}