summaryrefslogtreecommitdiff
path: root/connman.pc.in
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-02 11:34:25 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-03-02 11:34:25 +0100
commit7de39040b6b37028e899ae624c9f50b0a3d5df2e (patch)
treecc70cf16f4c0e3252c524c8d7b20687c8a25851f /connman.pc.in
parent957896b6bbeae6dc4efef26da8bfe48fece916ca (diff)
downloadconnman-7de39040b6b37028e899ae624c9f50b0a3d5df2e.tar.gz
connman-7de39040b6b37028e899ae624c9f50b0a3d5df2e.tar.bz2
connman-7de39040b6b37028e899ae624c9f50b0a3d5df2e.zip
Add support for pkg-config
Diffstat (limited to 'connman.pc.in')
-rw-r--r--connman.pc.in10
1 files changed, 10 insertions, 0 deletions
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}