jansson/test/bin/Makefile.am

7 lines
177 B
Makefile
Raw Normal View History

2009-12-15 05:01:36 +08:00
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