Makefile.am 208 Bytes
ACLOCAL_AMFLAGS = -I m4

HASH = hash.c add.c get.c delete.c each.c value.c \
       interface/hashable.c

noinst_LIBRARIES = libhash.a

libhash_a_SOURCES = $(HASH)
libhash_a_CFLAGS  = -Wall -I ../../include/