From 735c1cd2da15167748e92ba6de48fdb5169db587 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 8 Dec 2010 20:41:37 +1100 Subject: s4-pkgconfig: add @LIB_RPATH@ to our link flags this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 --- source4/librpc/dcerpc_atsvc.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/dcerpc_atsvc.pc.in') diff --git a/source4/librpc/dcerpc_atsvc.pc.in b/source4/librpc/dcerpc_atsvc.pc.in index 030df932a5..f781f232e2 100644 --- a/source4/librpc/dcerpc_atsvc.pc.in +++ b/source4/librpc/dcerpc_atsvc.pc.in @@ -7,5 +7,5 @@ Name: dcerpc_atsvc Description: DCE/RPC client library - ATSVC Requires.private: dcerpc ndr Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ldcerpc-atsvc +Libs: @LIB_RPATH@ -L${libdir} -ldcerpc-atsvc Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -- cgit