summaryrefslogtreecommitdiffstats
path: root/ofono.pc.in
diff options
context:
space:
mode:
authorRĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com>2011-01-31 10:37:22 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-31 10:44:56 +0100
commit4a482d296be40f1fc88c12e7cba176116ad1a48b (patch)
tree3e2b8401b915d4c09e136557e4d0339b557c676f /ofono.pc.in
parent3970e5c06b8049ad10ff2b6f92ef5d2dd62e39b6 (diff)
downloadofono-4a482d296be40f1fc88c12e7cba176116ad1a48b.tar.bz2
build: Support for pkg-config
Diffstat (limited to 'ofono.pc.in')
-rw-r--r--ofono.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/ofono.pc.in b/ofono.pc.in
new file mode 100644
index 00000000..b4d0a77d
--- /dev/null
+++ b/ofono.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+plugindir=${libdir}/@PACKAGE@/plugins
+
+Name: @PACKAGE@
+Description: oFono - Open Source Telephony
+Version: @VERSION@
+Requires: glib-2.0 dbus-1
+Cflags: -I${includedir}
+Libs: -module -avoid-version -export-symbols-regex '@PACKAGE@_plugin_desc'