mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
torture: Use manually written .pc file.
(This used to be commit d43b18cc5e8b58ca965205cccfe25f8a120d2ca7)
This commit is contained in:
parent
9209470b92
commit
0ae14b6cb4
@ -30,6 +30,7 @@ m4_include(nsswitch/nsstest.m4)
|
||||
AC_OUTPUT(lib/registry/registry.pc)
|
||||
AC_OUTPUT(librpc/dcerpc.pc)
|
||||
AC_OUTPUT(librpc/ndr.pc)
|
||||
AC_OUTPUT(torture/torture.pc)
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
|
||||
[],
|
||||
|
@ -3,6 +3,7 @@
|
||||
DESCRIPTION = Samba torture (test) suite
|
||||
SO_VERSION = 0
|
||||
VERSION = 0.0.1
|
||||
PC_FILE = torture.pc
|
||||
PUBLIC_HEADERS = torture.h ui.h
|
||||
PUBLIC_PROTO_HEADER = proto.h
|
||||
OBJ_FILES = \
|
||||
|
12
source4/torture/torture.pc.in
Normal file
12
source4/torture/torture.pc.in
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user