mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Unbreak make distcheck.
svn path=/trunk/yasm/; revision=2268
This commit is contained in:
parent
ed1ff0ef26
commit
553e615b56
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue