From dd97a6482a06908c0fa4a0e6eb0f26f294d61aff Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Wed, 21 Oct 2015 21:31:33 +0200 Subject: [PATCH] Remove -DREENTRANT because it's not needed right now --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 200ca27..47ddcd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = subdir-objects -AM_CFLAGS += -I../include/ -std=c99 -DREENTRANT -lpthread -AM_LDFLAGS += -lpthread +AM_CFLAGS += -I../include/ -std=c99 +AM_LDFLAGS += TREVENT = event.c \ get_event_string.c \