work around ogg flac bug where too many seekpoints makes seektable bigger than one...
[platform/upstream/flac.git] / src / share / grabbag / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(top_srcdir)/include
6
7 noinst_LTLIBRARIES = libgrabbag.la
8
9 libgrabbag_la_SOURCES = \
10         cuesheet.c \
11         file.c \
12         picture.c \
13         replaygain.c \
14         seektable.c
15
16 EXTRA_DIST = \
17         Makefile.lite \
18         grabbag_static.dsp
19
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
22
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"