alsa-tools/ac3dec/tools/Makefile.am
Takashi Iwai 9a75162bf4 Remove -Werror for ac3dec/tools
The -Werror option may cause build errors depending on the compiler
version.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2008-11-30 18:24:55 +01:00

12 lines
322 B
Makefile

# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
CFLAGS = -Wall -O3 -g
bin_PROGRAMS = extract_ac3
extract_ac3_SOURCES = extract_ac3.c
#verify is broken right now
#verify_ac3_SOURCES = verify_ac3.c
#verify_ac3_LDADD = ../parse.o ../bitstream.o ../crc.o ../debug.o ../stats.o