jansson/test/bin/Makefile.am
2009-12-16 22:45:29 +02:00

7 lines
177 B
Makefile

check_PROGRAMS = json_process
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
LDFLAGS = -static # for speed and Valgrind
LDADD = $(top_builddir)/src/libjansson.la