aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/Makefile.am')
-rw-r--r--openbsd-compat/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index 4ec0e642..d08fbed8 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -11,7 +11,6 @@ libopenbsd_a_SOURCES += libasr/asr.c
libopenbsd_a_SOURCES += libasr/asr_debug.c
libopenbsd_a_SOURCES += libasr/asr_compat.c
libopenbsd_a_SOURCES += libasr/asr_utils.c
-libopenbsd_a_SOURCES += libasr/event_asr_run.c
libopenbsd_a_SOURCES += libasr/getaddrinfo_async.c
libopenbsd_a_SOURCES += libasr/gethostnamadr_async.c
libopenbsd_a_SOURCES += libasr/getnameinfo_async.c
@@ -68,9 +67,9 @@ if NEED_ERRC
libopenbsd_a_SOURCES += errc.c
endif
-#if NEED_EVENT_ASR_RUN
-#libopenbsd_a_SOURCES += event_asr_run.c
-#endif
+if NEED_EVENT_ASR_RUN
+libopenbsd_a_SOURCES += event_asr_run.c
+endif
if NEED_EXPLICIT_BZERO
libopenbsd_a_SOURCES += explicit_bzero.c