mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
12 lines
286 B
PkgConfig
12 lines
286 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: -I${includedir}
|
|
URL: http://talloc.samba.org/
|