Revert directory structure changes
diff --git a/example/Makefile.am b/example/Makefile.am
index 00a53e9..67d2a28 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,8 +1,8 @@
 noinst_PROGRAMS	= gjobread
 
-DEFS =
-INCLUDES = -I$(top_builddir)
+INCLUDES =					\
+	-I$(top_builddir) -I$(top_srcdir)	\
+	-I@srcdir@
 
-DEPS = $(top_builddir)/libxml/libxml2.la
-LDADD = $(top_builddir)/libxml/libxml2.la
+LDADD = $(top_builddir)/libxml2.la @Z_LIBS@