summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2010-01-07 06:55:03 +0000
committerPeter Johnson <peter@tortall.net>2010-01-07 06:55:03 +0000
commit553e615b567d53bac1b82bc08e28765326360f75 (patch)
treec60e954420949b6e5e11ae82ad774ef269573ec8
parented1ff0ef267854e790799c7aa13b52bd3a3e1007 (diff)
downloadyasm-553e615b567d53bac1b82bc08e28765326360f75.tar.gz
Unbreak make distcheck.
svn path=/trunk/yasm/; revision=2268
-rw-r--r--m4/Makefile.inc2
-rw-r--r--modules/preprocs/gas/Makefile.inc1
-rw-r--r--modules/preprocs/gas/gas-preproc.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/m4/Makefile.inc b/m4/Makefile.inc
index 4dac7a1c..1afffbbf 100644
--- a/m4/Makefile.inc
+++ b/m4/Makefile.inc
@@ -27,4 +27,4 @@ EXTRA_DIST += m4/progtest.m4
EXTRA_DIST += m4/stdint_h.m4
EXTRA_DIST += m4/uintmax_t.m4
EXTRA_DIST += m4/pythonhead.m4
-EXTRA_DIST += m4/pyrex.m4
+EXTRA_DIST += m4/cython.m4
diff --git a/modules/preprocs/gas/Makefile.inc b/modules/preprocs/gas/Makefile.inc
index a53077b6..cbef0d22 100644
--- a/modules/preprocs/gas/Makefile.inc
+++ b/modules/preprocs/gas/Makefile.inc
@@ -1,6 +1,7 @@
# $Id$
libyasm_a_SOURCES += modules/preprocs/gas/gas-preproc.c
+libyasm_a_SOURCES += modules/preprocs/gas/gas-eval.h
libyasm_a_SOURCES += modules/preprocs/gas/gas-eval.c
YASM_MODULES += preproc_gas
diff --git a/modules/preprocs/gas/gas-preproc.c b/modules/preprocs/gas/gas-preproc.c
index 998070bb..4c125066 100644
--- a/modules/preprocs/gas/gas-preproc.c
+++ b/modules/preprocs/gas/gas-preproc.c
@@ -29,7 +29,7 @@
/*@unused@*/ RCSID("$Id$");
#include <libyasm.h>
-#include "gas-eval.h"
+#include "modules/preprocs/gas/gas-eval.h"
#define FALSE 0
#define TRUE 1