|
|
@ -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 += |
|
|
|
|
|
|
|
|
HASH = hash.c add.c get.c get_first.c delete.c each.c value.c \
|
|
|
HASH = hash.c add.c get.c get_first.c delete.c each.c value.c \
|
|
|
cleanup.c interface/hashable.c |
|
|
cleanup.c interface/hashable.c |
|
|
|