add vcproj files to EXTRA_DIST
[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         grabbag_static.vcproj
20
21 debug:
22         $(MAKE) all CFLAGS="@DEBUG@"
23
24 profile:
25         $(MAKE) all CFLAGS="@PROFILE@"