1
0
Fork 0

refactor: fix build for processor

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@997 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 902fdb401e
commit 4b1466d23e

@ -1,7 +1,7 @@
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
XCACHE_STRUCTINFO_OUT=$(builddir)/structinfo.m4

@ -44,7 +44,7 @@
#endif
#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"
#include "xcache/xc_utils.h"

Loading…
Cancel
Save