diff options
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/samba-hostconfig.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/samba-hostconfig.pc.in b/source4/param/samba-hostconfig.pc.in index 7a6072c926..307f27ba94 100644 --- a/source4/param/samba-hostconfig.pc.in +++ b/source4/param/samba-hostconfig.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: samba-hostconfig Description: Host-wide Samba configuration Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsamba-hostconfig +Libs: @LIB_RPATH@ -L${libdir} -lsamba-hostconfig Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 |