~stub/ubuntu/trusty/avro-c/trunk

« back to all changes in this revision

Viewing changes to jansson/test/bin/Makefile.am

  • Committer: Stuart Bishop
  • Date: 2015-05-14 11:53:53 UTC
  • Revision ID: stuart@stuartbishop.net-20150514115353-0cvnrcyohcq5l7yj
Tags: upstream-1.7.7
ImportĀ upstreamĀ versionĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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