From 4a482d296be40f1fc88c12e7cba176116ad1a48b Mon Sep 17 00:00:00 2001 From: RĂ©mi Denis-Courmont Date: Mon, 31 Jan 2011 10:37:22 +0200 Subject: build: Support for pkg-config --- ofono.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ofono.pc.in (limited to 'ofono.pc.in') 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' -- cgit v1.2.3