blob: 638f0d940ce839608a186e8f87e7bc1a04a0c525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# TORTURE subsystem
[LIBRARY::torture]
PUBLIC_DEPENDENCIES = \
LIBSAMBA-HOSTCONFIG \
LIBSAMBA-UTIL \
LIBTALLOC
torture_VERSION = 0.0.1
torture_SO_VERSION = 0
PC_FILES += lib/torture/torture.pc
torture_OBJ_FILES = $(addprefix lib/torture/, torture.o)
PUBLIC_HEADERS += lib/torture/torture.h
|