mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
b934f509ed
This should fix the build on Mac OS 10 metze
18 lines
423 B
Makefile
18 lines
423 B
Makefile
# TORTURE subsystem
|
|
[LIBRARY::torture]
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBSAMBA-HOSTCONFIG \
|
|
LIBSAMBA-UTIL \
|
|
LIBSAMBA-ERRORS \
|
|
LIBTALLOC \
|
|
LIBTEVENT
|
|
CFLAGS = -I$(libtorturesrcdir) -I$(libtorturesrcdir)/../
|
|
|
|
torture_VERSION = 0.0.1
|
|
torture_SOVERSION = 0
|
|
|
|
PC_FILES += $(libtorturesrcdir)/torture.pc
|
|
torture_OBJ_FILES = $(addprefix $(libtorturesrcdir)/, torture.o subunit.o)
|
|
|
|
PUBLIC_HEADERS += $(libtorturesrcdir)/torture.h
|