diff options
author | Max Kellermann <max@duempel.org> | 2008-10-31 13:57:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-31 13:57:10 +0100 |
commit | 6757c17689a3990f1daddd035d8dcc39b90e18b8 (patch) | |
tree | ec512f216ccbff14caa1e4bca620b777c76bf3e5 /src/Makefile.am | |
parent | f61bb4c8cf5df19afca03a15986cf621b46c9ae1 (diff) | |
download | mpd-6757c17689a3990f1daddd035d8dcc39b90e18b8.tar.gz mpd-6757c17689a3990f1daddd035d8dcc39b90e18b8.tar.xz mpd-6757c17689a3990f1daddd035d8dcc39b90e18b8.zip |
removed UTF-8 library, use GLib instead
Removed duplicated code.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a4a519b40..56651e36f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,6 @@ mpd_headers = \ tag_id3.h \ tag_print.h \ tag_save.h \ - utf8.h \ strset.h \ utils.h \ volume.h \ @@ -155,7 +154,6 @@ mpd_SOURCES = \ strset.c \ utils.c \ volume.c \ - utf8.c \ locate.c \ stored_playlist.c \ timer.c |