src/share/Makefile.am: Fix EXTRA_DIST

* Remove reference to deleted file charsetmap.h.
* Move utf8/iconvert.h from EXTRA_DIST to utf8_libutf8_la_SOURCES.

Reported-by: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo 2016-01-31 12:35:53 +11:00
parent 9d99f2db84
commit 7917b60bdb
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,6 @@ EXTRA_DIST = \
utf8/charmaps.h \ utf8/charmaps.h \
utf8/makemap.c \ utf8/makemap.c \
utf8/charset_test.c \ utf8/charset_test.c \
utf8/charsetmap.h \
utf8/iconvert.h \
utf8/utf8_static.vcproj \ utf8/utf8_static.vcproj \
utf8/utf8_static.vcxproj \ utf8/utf8_static.vcxproj \
utf8/utf8_static.vcxproj.filters \ utf8/utf8_static.vcxproj.filters \
@ -86,6 +84,7 @@ utf8_libutf8_la_SOURCES = \
utf8/charset.c \ utf8/charset.c \
utf8/charset.h \ utf8/charset.h \
utf8/iconvert.c \ utf8/iconvert.c \
utf8/iconvert.h \
utf8/utf8.c utf8/utf8.c
replaygain_analysis_libreplaygain_analysis_la_SOURCES = replaygain_analysis/replaygain_analysis.c replaygain_analysis_libreplaygain_analysis_la_SOURCES = replaygain_analysis/replaygain_analysis.c