From dd8905259ebd5707123b3a09ae516c3f5fab9e39 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 18 Jul 2012 13:29:55 +0000 Subject: [PATCH] fix build git-svn-id: svn://svn.lighttpd.net/xcache/trunk@994 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- Makefile.frag | 4 ++-- processor/head.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.frag b/Makefile.frag index 193398b..acc5017 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -1,7 +1,7 @@ XCACHE_PROC_SRC=$(srcdir)/processor/main.m4 XCACHE_PROC_OUT=$(builddir)/processor.out -XCACHE_PROC_C=$(builddir)/xcache/xc_processor_real.c -XCACHE_PROC_H=$(builddir)/xcache/xc_processor.h +XCACHE_PROC_C=$(builddir)/xc_processor_real.c +XCACHE_PROC_H=$(builddir)/xc_processor.h XCACHE_INCLUDES_SRC=$(srcdir)/includes.c XCACHE_INCLUDES_I=$(builddir)/includes.i XCACHE_STRUCTINFO_OUT=$(builddir)/structinfo.m4 diff --git a/processor/head.m4 b/processor/head.m4 index 25bb582..b17bac9 100644 --- a/processor/head.m4 +++ b/processor/head.m4 @@ -11,8 +11,8 @@ divert(0) #include "xcache.h" #include "util/xc_align.h" -#include "xc_const_string.h" -#include "xc_processor.h" +#include "xcache/xc_const_string.h" +#include "xcache/xc_processor.h" #include "xcache_globals.h" #if defined(HARDENING_PATCH_HASH_PROTECT) && HARDENING_PATCH_HASH_PROTECT