1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

tevent: Don't install headers, since we don't install a shared lib

either (from Samba).
This commit is contained in:
Jelmer Vernooij 2009-05-16 01:54:10 +02:00
parent dccecdf338
commit 06864b4469

View File

@ -9,8 +9,3 @@ SMB_SUBSYSTEM(LIBTEVENT,
[\$(addprefix \$(libteventsrcdir)/, ${TEVENT_OBJ})],
[LIBTEVENT_EXT],
[${TEVENT_CFLAGS}])
SMB_MAKE_SETTINGS([
PUBLIC_HEADERS += \$(addprefix \$(libteventsrcdir)/, tevent.h tevent_internal.h)
])