add vcproj files to EXTRA_DIST
[platform/upstream/flac.git] / src / share / utf8 / 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 = libutf8.la
8
9 libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
10
11 EXTRA_DIST = \
12         Makefile.lite \
13         charmaps.h \
14         makemap.c \
15         charset_test.c \
16         charsetmap.h \
17         utf8_static.dsp \
18         utf8_static.vcproj
19
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
22
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"