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