mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
06864b4469
either (from Samba).
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
|
|
teventdir="\$(libteventsrcdir)"
|
|
m4_include(../lib/tevent/libtevent.m4)
|
|
|
|
SMB_EXT_LIB(LIBTEVENT_EXT, [${TEVENT_LIBS}])
|
|
SMB_ENABLE(LIBTEVENT_EXT)
|
|
|
|
SMB_SUBSYSTEM(LIBTEVENT,
|
|
[\$(addprefix \$(libteventsrcdir)/, ${TEVENT_OBJ})],
|
|
[LIBTEVENT_EXT],
|
|
[${TEVENT_CFLAGS}])
|