From 7917b60bdba4df002ecf8df41faada1f9d36d7ae Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 31 Jan 2016 12:35:53 +1100 Subject: [PATCH] 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 --- src/share/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 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