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