mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
13 lines
290 B
PkgConfig
13 lines
290 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
modulesdir=${prefix}/modules/torture
|
||
|
|
||
|
Name: torture
|
||
|
Description: Samba torture (test) suite
|
||
|
Requires: talloc
|
||
|
Version: 0.0.1
|
||
|
Libs: -L${libdir} -ltorture
|
||
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|