diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-28 17:06:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-28 17:06:18 +0100 |
commit | d6497aa0894b20392d759e1762ad1bb6ab29f5c8 (patch) | |
tree | 2349bf817f7968813aeeda90e04bb2bd66811224 /source4/lib/events | |
parent | 38b2931cf3ee11dae14b878c1edd289d3a151a62 (diff) | |
download | samba-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.
Diffstat (limited to 'source4/lib/events')
-rw-r--r-- | source4/lib/events/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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) |