Commit ede9e83306934250796f174f809e11d527a82923

Authored by Georg Hopp
1 parent 7d290d4b

Remove -DREENTRANT because it's not needed right now

Showing 1 changed file with 2 additions and 2 deletions
1 1 ACLOCAL_AMFLAGS = -I m4
2 2 AUTOMAKE_OPTIONS = subdir-objects
3 3
4   -AM_CFLAGS += -I../include/ -std=c99 -DREENTRANT -lpthread
5   -AM_LDFLAGS += -lpthread
  4 +AM_CFLAGS += -I../include/ -std=c99
  5 +AM_LDFLAGS +=
6 6
7 7 TRCOMM = cet_accept.c \
8 8 cep_write_buffered.c \
... ...
Please register or login to post a comment