summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-01-31 12:35:53 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-01-31 12:35:57 +1100
commit7917b60bdba4df002ecf8df41faada1f9d36d7ae (patch)
tree3d859e76b7690dafddf840c1919b8fbb89e16355
parent9d99f2db84fa933e41568f001b231746c2d9b74b (diff)
downloadflac-7917b60bdba4df002ecf8df41faada1f9d36d7ae.tar.gz
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>
-rw-r--r--src/share/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/share/Makefile.am b/src/share/Makefile.am
index c2feb6ed..93628238 100644
--- a/src/share/Makefile.am
+++ b/src/share/Makefile.am
@@ -43,8 +43,6 @@ EXTRA_DIST = \
utf8/charmaps.h \
utf8/makemap.c \
utf8/charset_test.c \
- utf8/charsetmap.h \
- utf8/iconvert.h \
utf8/utf8_static.vcproj \
utf8/utf8_static.vcxproj \
utf8/utf8_static.vcxproj.filters \
@@ -86,6 +84,7 @@ utf8_libutf8_la_SOURCES = \
utf8/charset.c \
utf8/charset.h \
utf8/iconvert.c \
+ utf8/iconvert.h \
utf8/utf8.c
replaygain_analysis_libreplaygain_analysis_la_SOURCES = replaygain_analysis/replaygain_analysis.c