summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-04-01 19:57:13 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-04-01 19:57:13 +1100
commit2199d086921eb37d249cae0731f334556ec6209d (patch)
tree5add730a244929f20e8863a8afd6efbd9bc2acbe /src/Makefile.am
parentb3c3e2ac4fcac9d9b178ad240976634d52d5eece (diff)
downloadflac-2199d086921eb37d249cae0731f334556ec6209d.tar.gz
Enable utf8 I/O stuff when compiling with MinGW.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e833eb39..22615d78 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,8 +24,8 @@ CPPLIBS_DIRS = libFLAC++ test_libFLAC++
endif
SUBDIRS = \
- libFLAC \
share \
+ libFLAC \
flac \
metaflac \
monkeys_audio_utilities \