Commit dd97a6482a06908c0fa4a0e6eb0f26f294d61aff
1 parent
9fe7695c
Remove -DREENTRANT because it's not needed right now
Showing
1 changed file
with
2 additions
and
2 deletions
1 | ACLOCAL_AMFLAGS = -I m4 | 1 | ACLOCAL_AMFLAGS = -I m4 |
2 | AUTOMAKE_OPTIONS = subdir-objects | 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 | TREVENT = event.c \ | 7 | TREVENT = event.c \ |
8 | get_event_string.c \ | 8 | get_event_string.c \ |
Please
register
or
login
to post a comment