Unbreak make distcheck.

svn path=/trunk/yasm/; revision=2268
This commit is contained in:
Peter Johnson 2010-01-07 06:55:03 +00:00
parent ed1ff0ef26
commit 553e615b56
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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