diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:27:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:27:58 +0100 |
commit | c3b8df24a9eee82b1414ad345d2e181382d2a62a (patch) | |
tree | a9593d0b6fc812bb85a7a67c0f3c0fde073a67cd /src | |
parent | c8a8806e7705cb2e465b6727415c955fd5ef194b (diff) |
build-sys: add .pc file for libsystemd-bus
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd-bus/.gitignore | 1 | ||||
-rw-r--r-- | src/libsystemd-bus/libsystemd-bus.pc.in | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/src/libsystemd-bus/.gitignore b/src/libsystemd-bus/.gitignore new file mode 100644 index 0000000000..5f797a28d5 --- /dev/null +++ b/src/libsystemd-bus/.gitignore @@ -0,0 +1 @@ +/libsystemd-bus.pc diff --git a/src/libsystemd-bus/libsystemd-bus.pc.in b/src/libsystemd-bus/libsystemd-bus.pc.in new file mode 100644 index 0000000000..7b0feb5ec5 --- /dev/null +++ b/src/libsystemd-bus/libsystemd-bus.pc.in @@ -0,0 +1,18 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: systemd +Description: systemd Bus and Event Loop Library +URL: @PACKAGE_URL@ +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lsystemd-bus +Cflags: -I${includedir} |