diff options
Diffstat (limited to '')
-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 \ |