Browse Source

Remove -DREENTRANT because it's not needed right now

1.0.0
Georg Hopp 10 years ago
parent
commit
dd97a6482a
  1. 4
      src/Makefile.am

4
src/Makefile.am

@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects 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 \ TREVENT = event.c \
get_event_string.c \ get_event_string.c \

Loading…
Cancel
Save