From 7de39040b6b37028e899ae624c9f50b0a3d5df2e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 2 Mar 2008 11:34:25 +0100 Subject: Add support for pkg-config --- connman.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 connman.pc.in (limited to 'connman.pc.in') diff --git a/connman.pc.in b/connman.pc.in new file mode 100644 index 00000000..96f1abc4 --- /dev/null +++ b/connman.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: connman +Description: Connection Manager +Version: @VERSION@ +Libs: -module -avoid-version -export-symbols-regex connman_plugin_desc +Cflags: -I${includedir} -- cgit v1.2.1