added AUTOMAKE_OPTIONS.

This commit is contained in:
Takashi Iwai 2004-02-25 11:26:47 +00:00
parent 766a16ca2e
commit 3e2d7cbfa9
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ bin_PROGRAMS = as10k1
as10k1_SOURCES = as10k1.c parse.c assemble.c macro.c
noinst_HEADERS = as10k1.h list.h parse.h proto.h types.h
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm depcomp
AUTOMAKE_OPTIONS = foreign
dsp:
$(MAKE) -C examples