mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
033428d7da
metze
17 lines
369 B
Plaintext
17 lines
369 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}])
|
|
|
|
SMB_MAKE_SETTINGS([
|
|
PUBLIC_HEADERS += \$(addprefix \$(libteventsrcdir)/, tevent.h tevent_internal.h)
|
|
])
|
|
|