summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-16 01:54:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-16 01:54:10 +0200
commit06864b4469f5f3d77637f8e6c97ec0558289cd29 (patch)
tree3050405924a59367df772938c1731ece62083b53
parentdccecdf33850ec4d763b8b0e7ba7be7a8eb873de (diff)
downloadsamba-06864b4469f5f3d77637f8e6c97ec0558289cd29.tar.gz
samba-06864b4469f5f3d77637f8e6c97ec0558289cd29.tar.bz2
samba-06864b4469f5f3d77637f8e6c97ec0558289cd29.zip
tevent: Don't install headers, since we don't install a shared lib
either (from Samba).
-rw-r--r--lib/tevent/samba.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tevent/samba.m4 b/lib/tevent/samba.m4
index 89b0b705b4..549f39d210 100644
--- a/lib/tevent/samba.m4
+++ b/lib/tevent/samba.m4
@@ -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)
-])
-