mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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
12 lines
297 B
PkgConfig
12 lines
297 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: pytalloc-util
|
|
Description: Utility functions for using talloc objects with Python
|
|
Version: @TALLOC_VERSION@
|
|
Libs: -L${libdir} -lpytalloc-util
|
|
Cflags: @LIB_RPATH@ -I${includedir}
|
|
URL: http://talloc.samba.org/
|