Index: /trunk/Makefile.frag
===================================================================
--- /trunk/Makefile.frag	(revision 996)
+++ /trunk/Makefile.frag	(revision 997)
@@ -1,6 +1,6 @@
 XCACHE_PROC_SRC=$(srcdir)/processor/main.m4
 XCACHE_PROC_OUT=$(builddir)/processor.out
-XCACHE_PROC_C=$(builddir)/xc_processor_real.c
-XCACHE_PROC_H=$(builddir)/xc_processor.h
+XCACHE_PROC_C=$(builddir)/xcache/xc_processor_real.c
+XCACHE_PROC_H=$(builddir)/xcache/xc_processor.h
 XCACHE_INCLUDES_SRC=$(srcdir)/includes.c
 XCACHE_INCLUDES_I=$(builddir)/includes.i
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 996)
+++ /trunk/xcache.c	(revision 997)
@@ -45,5 +45,5 @@
 
 #include "xcache_globals.h"
-#include "xc_processor.h"
+#include "xcache/xc_processor.h"
 #include "xcache/xc_const_string.h"
 #include "xcache/xc_opcode_spec.h"
