summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-01-28 17:06:18 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-01-28 17:06:18 +0100
commitd6497aa0894b20392d759e1762ad1bb6ab29f5c8 (patch)
tree2349bf817f7968813aeeda90e04bb2bd66811224
parent38b2931cf3ee11dae14b878c1edd289d3a151a62 (diff)
downloadsamba-d6497aa0894b20392d759e1762ad1bb6ab29f5c8.tar.gz
samba-d6497aa0894b20392d759e1762ad1bb6ab29f5c8.tar.bz2
samba-d6497aa0894b20392d759e1762ad1bb6ab29f5c8.zip
Stop installing events.h - it contains a broken include itself and
should be considered internal now.
-rw-r--r--source4/headermap.txt1
-rw-r--r--source4/lib/events/config.mk2
2 files changed, 0 insertions, 3 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index c27ec2f2de..8f3749a3b5 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -50,7 +50,6 @@ param/share.h: share.h
../lib/util/util_ldb.h: util_ldb.h
../lib/util/wrap_xattr.h: wrap_xattr.h
libcli/ldap/ldap_ndr.h: ldap_ndr.h
-lib/events/events.h: events.h
../lib/tevent/tevent.h: tevent.h
../lib/tevent/tevent_internal.h: tevent_internal.h
auth/session.h: samba/session.h
diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk
index c07a21bc75..5c7e1b7210 100644
--- a/source4/lib/events/config.mk
+++ b/source4/lib/events/config.mk
@@ -3,5 +3,3 @@ PUBLIC_DEPENDENCIES = LIBTEVENT
CFLAGS = -Ilib/events
LIBEVENTS_OBJ_FILES = $(addprefix $(libeventssrcdir)/, tevent_s4.o)
-
-PUBLIC_HEADERS += $(addprefix $(libeventssrcdir)/, events.h)