FLAC__ize all the #defines
[platform/upstream/flac.git] / src / libFLAC / Makefile.am
1 #
2 # GNU makefile
3 #
4
5 lib_LTLIBRARIES = libFLAC.la
6 if DEBUG
7 CFLAGS += @CFLAGS@ -DFLAC__OVERFLOW_DETECT
8 else
9 CFLAGS = @CFLAGS@
10 endif
11
12 libFLAC_la_SOURCES = \
13         bitbuffer.c \
14         bitmath.c \
15         crc.c \
16         encoder.c \
17         encoder_framing.c \
18         file_decoder.c \
19         fixed.c \
20         format.c \
21         lpc.c \
22         md5.c \
23         seek_table.c \
24         stream_decoder.c