aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am9
1 files changed, 0 insertions, 9 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