summaryrefslogtreecommitdiffstats
path: root/src/libuca.pc.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-03-21 15:46:53 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-03-21 15:46:53 +0100
commite18891b3d8980445d54528bd6653403385c0671c (patch)
tree3fb2481442ae344d8b33e81dd011627f464552a4 /src/libuca.pc.in
parent3b524734a29824986ce0344e06cb81527cd266d8 (diff)
parent9bdf1616c6f1360658c7a97c0d7e681a932b4ee7 (diff)
downloaduca-e18891b3d8980445d54528bd6653403385c0671c.tar.gz
uca-e18891b3d8980445d54528bd6653403385c0671c.tar.bz2
uca-e18891b3d8980445d54528bd6653403385c0671c.tar.xz
uca-e18891b3d8980445d54528bd6653403385c0671c.zip
Merge branch 'dexela'
Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
Diffstat (limited to 'src/libuca.pc.in')
-rw-r--r--src/libuca.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libuca.pc.in b/src/libuca.pc.in
new file mode 100644
index 0000000..3ca4dbe
--- /dev/null
+++ b/src/libuca.pc.in
@@ -0,0 +1,14 @@
+# 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}
+Requires: glib-2.0 gobject-2.0