jansson/test/bin/Makefile.am

6 lines
173 B
Makefile
Raw Normal View History

2009-12-15 05:01:36 +08:00
check_PROGRAMS = json_process
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
2009-12-15 05:01:36 +08:00
LDFLAGS = -static # for speed and Valgrind
LDADD = $(top_builddir)/src/libjansson.la