diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-02 13:21:04 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-04-26 19:16:01 +0100 |
commit | 3f047a6dfd79045854f776371d7196bebbe8a183 (patch) | |
tree | a24e1af516616152b06af95dca2fe0c49dae0860 /dbus-1.pc.in | |
parent | 3eac3d3e6d38a2507a6ca923b98e55377e7e26f9 (diff) | |
download | dbus-3f047a6dfd79045854f776371d7196bebbe8a183.tar.gz |
dbus-1.pc.in: move -lpthread, -lrt, Winsock to Libs.private
"Private libraries are libraries which are not exposed through your
library, but are needed in the case of static linking" -- pkg-config(1)
Reviewed-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'dbus-1.pc.in')
-rw-r--r-- | dbus-1.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus-1.pc.in b/dbus-1.pc.in index e3e63c4f..421f3c82 100644 --- a/dbus-1.pc.in +++ b/dbus-1.pc.in @@ -12,5 +12,6 @@ daemondir=@DBUS_DAEMONDIR@ Name: dbus Description: Free desktop message bus Version: @VERSION@ -Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@ +Libs: -L${libdir} -ldbus-1 +Libs.private: @DBUS_CLIENT_LIBS@ Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include |