From ede9e83306934250796f174f809e11d527a82923 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Wed, 21 Oct 2015 21:32:05 +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 d1b0a1d..f4d2d0d 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 += TRCOMM = cet_accept.c \ cep_write_buffered.c \