From d6497aa0894b20392d759e1762ad1bb6ab29f5c8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Jan 2009 17:06:18 +0100 Subject: Stop installing events.h - it contains a broken include itself and should be considered internal now. --- source4/lib/events/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/events') 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) -- cgit