From 1745e68795b84aa84a2f148985e03d6fce6bddba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 19 Jul 2009 15:11:36 +0200 Subject: tokenizer: new library replacing buffer2array() The new code is more robust and more flexible. It provides detailed error information in GError objects. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5c53ca5c1..fa14c6a1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,7 @@ mpd_headers = \ src/tag_id3.h \ src/tag_print.h \ src/tag_save.h \ + src/tokenizer.h \ src/strset.h \ src/uri.h \ src/utils.h \ @@ -249,6 +250,7 @@ src_mpd_SOURCES = \ src/tag_pool.c \ src/tag_print.c \ src/tag_save.c \ + src/tokenizer.c \ src/strset.c \ src/uri.c \ src/utils.c \ -- cgit v1.2.3