diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 02:31:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 02:31:47 +0100 |
commit | 9e99e5bef90a54d8c183b766227b1676fcf9cb83 (patch) | |
tree | 7704ac6495822f17f2d64fea0453169d735c5110 /Makefile.am | |
parent | 9023ba4a81d597c8694432655833cf23d83c6cde (diff) | |
download | mpd-9e99e5bef90a54d8c183b766227b1676fcf9cb83.tar.gz mpd-9e99e5bef90a54d8c183b766227b1676fcf9cb83.tar.xz mpd-9e99e5bef90a54d8c183b766227b1676fcf9cb83.zip |
strset: delete obsolete library
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2e9efd15c..fa4433ebb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,7 +170,6 @@ mpd_headers = \ src/tag_id3.h \ src/tag_rva2.h \ src/tokenizer.h \ - src/strset.h \ src/uri.h \ src/utils.h \ src/string_util.h \ @@ -323,7 +322,6 @@ src_mpd_SOURCES = \ src/tokenizer.c \ src/text_file.c \ src/text_input_stream.c \ - src/strset.c \ src/uri.c \ src/utils.c \ src/string_util.c \ |