Init
This commit is contained in:
6
DependentExtensions/jansson-2.4/test/bin/Makefile.am
Normal file
6
DependentExtensions/jansson-2.4/test/bin/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user