summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/events/config.mk2
-rw-r--r--source4/lib/events/events_standard.c (renamed from source4/lib/events/events.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk
index c6f66b1c51..e1f9f589a1 100644
--- a/source4/lib/events/config.mk
+++ b/source4/lib/events/config.mk
@@ -2,7 +2,7 @@
# Start SUBSYSTEM LIBEVENTS
[SUBSYSTEM::LIBEVENTS]
NOPROTO = YES
-INIT_OBJ_FILES = lib/events/events.o
+INIT_OBJ_FILES = lib/events/events_standard.o
REQUIRED_SUBSYSTEMS = LIBTALLOC
# End SUBSYSTEM LIBEVENTS
##############################
diff --git a/source4/lib/events/events.c b/source4/lib/events/events_standard.c
index 9783603759..9783603759 100644
--- a/source4/lib/events/events.c
+++ b/source4/lib/events/events_standard.c