jansson 2.8

This commit is contained in:
Petri Lehtinen
2016-08-30 21:09:28 +03:00
parent a931aace16
commit 012c5f0eca
10 changed files with 14 additions and 26 deletions

View File

@@ -1,9 +0,0 @@
EXTRA_PROGRAMS = simple_parse
simple_parse_SOURCES = simple_parse.c
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
LDFLAGS = -static # for easier running
LDADD = $(top_builddir)/src/libjansson.la
all: simple_parse

View File

@@ -2,9 +2,3 @@ Jansson examples
================
This directory contains simple example programs that use Jansson.
You can compile the examples by running the configure script normally
in Jansson's top directory, and then::
cd examples
make