| Index: third_party/yasm/patched-yasm/modules/parsers/nasm/Makefile.inc
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/modules/parsers/nasm/Makefile.inc (revision 71129)
|
| +++ third_party/yasm/patched-yasm/modules/parsers/nasm/Makefile.inc (working copy)
|
| @@ -1,7 +1,8 @@
|
| -# $Id: Makefile.inc 2130 2008-10-07 05:38:11Z peter $
|
| +# $Id: Makefile.inc 2278 2010-01-19 07:28:08Z peter $
|
|
|
| libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser.c
|
| libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser.h
|
| +libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser-struct.h
|
| libyasm_a_SOURCES += modules/parsers/nasm/nasm-parse.c
|
| nodist_libyasm_a_SOURCES += nasm-token.c
|
|
|
|
|