Refactor the test system
[jansson.git] / test / bin / Makefile.am
1 check_PROGRAMS = json_process
2
3 AM_CPPFLAGS = -I$(top_srcdir)/src
4 AM_CFLAGS = -Wall -Werror
5 LDFLAGS = -static  # for speed and Valgrind
6 LDADD = $(top_builddir)/src/libjansson.la