Add file src/share/grabbag/snprintf.c to grabbag library.
[platform/upstream/flac.git] / src / share / grabbag / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
4
5 noinst_LTLIBRARIES = libgrabbag.la
6
7 libgrabbag_la_SOURCES = \
8         alloc.c \
9         cuesheet.c \
10         file.c \
11         picture.c \
12         replaygain.c \
13         seektable.c \
14         snprintf.c
15
16 EXTRA_DIST = \
17         Makefile.lite \
18         grabbag_static.vcproj
19
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
22
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"