2009-08-26 02:23:16 +08:00
|
|
|
check_PROGRAMS = test_array test_number test_object
|
|
|
|
|
|
|
|
test_array_SOURCES = test_array.c util.h
|
|
|
|
test_number_SOURCES = test_number.c util.h
|
2009-10-11 03:54:05 +08:00
|
|
|
test_object_SOURCES = test_object.c util.h
|
2009-08-26 02:23:16 +08:00
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
AM_CFLAGS = -Wall -Werror
|
|
|
|
LDFLAGS = -static # for speed and Valgrind
|
|
|
|
LDADD = ../../src/libjansson.la
|