mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
778681e10a
(This used to be commit 1f698b96c7
)
15 lines
298 B
Makefile
15 lines
298 B
Makefile
# TORTURE subsystem
|
|
[LIBRARY::torture]
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBSAMBA-HOSTCONFIG \
|
|
LIBSAMBA-UTIL \
|
|
LIBTALLOC
|
|
|
|
torture_VERSION = 0.0.1
|
|
torture_SOVERSION = 0
|
|
|
|
PC_FILES += lib/torture/torture.pc
|
|
torture_OBJ_FILES = $(addprefix lib/torture/, torture.o)
|
|
|
|
PUBLIC_HEADERS += lib/torture/torture.h
|