blob: a38b3202500a7b821f539855da7e8b1396b9bb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- flac-1.3.0/src/flac/Makefile.am
+++ flac-1.3.0/src/flac/Makefile.am
@@ -51,7 +51,7 @@
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
- @LIBICONV@ \
+ @LTLIBICONV@ \
-lm
CLEANFILES = flac.exe
--- flac-1.3.0/src/metaflac/Makefile.am
+++ flac-1.3.0/src/metaflac/Makefile.am
@@ -48,6 +48,6 @@
$(top_builddir)/src/share/getopt/libgetopt.la \
$(top_builddir)/src/share/utf8/libutf8.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
- @LIBICONV@
+ @LTLIBICONV@
CLEANFILES = metaflac.exe
|