add missing EXTRA_DIST files
[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         iconvert.h \
18         utf8_static.dsp \
19         utf8_static.vcproj
20
21 debug:
22         $(MAKE) all CFLAGS="@DEBUG@"
23
24 profile:
25         $(MAKE) all CFLAGS="@PROFILE@"