summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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