mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
735c1cd2da
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 <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104
13 lines
304 B
PkgConfig
13 lines
304 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: registry
|
|
Description: Windows-style registry library
|
|
Requires: talloc
|
|
Requires.private: ldb
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lregistry
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|