Use recursive automake in src/share/ part of tree.

This will make it easier to incorporate the win_utf8_io stuff.
This commit is contained in:
Erik de Castro Lopo
2013-04-01 17:44:42 +11:00
parent e14a08766a
commit b3c3e2ac4f
10 changed files with 61 additions and 125 deletions

View File

@@ -44,7 +44,7 @@ metaflac_LDFLAGS =
metaflac_LDADD = \
$(top_builddir)/src/share/grabbag/libgrabbag.la \
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/getopt/libgetopt.a \
$(top_builddir)/src/share/getopt/libgetopt.la \
$(top_builddir)/src/share/utf8/libutf8.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
@OGG_LIBS@ \