test_hd_SOURCES = test_hd.c
include_HEADERS = libyasm.h
-include_HEADERS += libyasm-stdint.h
+nodist_include_HEADERS = libyasm-stdint.h
noinst_HEADERS = util.h
YASM_MODULES =
lib_LIBRARIES = libyasm.a
libyasm_a_SOURCES =
+nodist_libyasm_a_SOURCES =
include modules/Makefile.inc
include libyasm/Makefile.inc
libyasm_a_SOURCES += modules/parsers/gas/gas-parser.c
libyasm_a_SOURCES += modules/parsers/gas/gas-parser.h
libyasm_a_SOURCES += modules/parsers/gas/gas-parse.c
-libyasm_a_SOURCES += gas-token.c
+nodist_libyasm_a_SOURCES += gas-token.c
YASM_MODULES += parser_gas parser_gnu
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-parse.c
-libyasm_a_SOURCES += nasm-token.c
+nodist_libyasm_a_SOURCES += nasm-token.c
YASM_MODULES += parser_nasm
frontends/yasm/yasm-options.c
frontends/yasm/yasm.c
-gas-token.c
#lc3bid.c
libyasm/bc-align.c
libyasm/bc-data.c
modules/objfmts/xdf/xdf-objfmt.c
modules/parsers/gas/gas-parse.c
modules/parsers/gas/gas-parser.c
+modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-parse.c
+modules/parsers/nasm/nasm-token.re
modules/preprocs/nasm/nasm-pp.c
modules/preprocs/raw/raw-preproc.c
-nasm-token.c