From 3f047a6dfd79045854f776371d7196bebbe8a183 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 2 Dec 2010 13:21:04 +0000 Subject: 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 --- dbus-1.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dbus-1.pc.in') 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 -- cgit v1.2.3