• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/torture/
1# TORTURE subsystem
2[LIBRARY::torture]
3PUBLIC_DEPENDENCIES = \
4		LIBSAMBA-HOSTCONFIG \
5		LIBSAMBA-UTIL \
6		LIBSAMBA-ERRORS \
7		LIBTALLOC \
8		LIBTEVENT
9CFLAGS = -I$(libtorturesrcdir) -I$(libtorturesrcdir)/../
10
11torture_VERSION = 0.0.1
12torture_SOVERSION = 0
13
14PC_FILES += $(libtorturesrcdir)/torture.pc
15torture_OBJ_FILES = $(addprefix $(libtorturesrcdir)/, torture.o subunit.o)
16
17PUBLIC_HEADERS += $(libtorturesrcdir)/torture.h
18