aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am9
-rw-r--r--examples/README.rst6
2 files changed, 0 insertions, 15 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index f8735fc..0000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -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
diff --git a/examples/README.rst b/examples/README.rst
index 1dcb040..a7c5274 100644
--- a/examples/README.rst
+++ b/examples/README.rst
@@ -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