Added the Makefile for example subdir containing gjobread, Daniel.
diff --git a/example/Makefile.am b/example/Makefile.am
new file mode 100644
index 0000000..45429f3
--- /dev/null
+++ b/example/Makefile.am
@@ -0,0 +1,8 @@
+noinst_PROGRAMS	= gjobread
+
+INCLUDES =					\
+	-I$(top_builddir) -I$(top_srcdir)	\
+	-I@srcdir@
+
+LDADD = $(top_builddir)/libxml.la @Z_LIBS@
+