diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-02 11:34:25 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-02 11:34:25 +0100 |
commit | 7de39040b6b37028e899ae624c9f50b0a3d5df2e (patch) | |
tree | cc70cf16f4c0e3252c524c8d7b20687c8a25851f /connman.pc.in | |
parent | 957896b6bbeae6dc4efef26da8bfe48fece916ca (diff) | |
download | connman-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.in | 10 |
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} |