From 386c303121a8c53f11cc91c59bbe87f93a503b31 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 13:28:01 +0200 Subject: tag: moved code to tag_print.c Move everything which dumps a tag to a file descriptor to tag_print.c. This relaxes dependencies and splits the code into smaller parts. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d73030aa7..2c3905414 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -82,8 +82,10 @@ mpd_headers = \ state_file.h \ stats.h \ tag.h \ + tag_internal.h \ tag_pool.h \ tag_id3.h \ + tag_print.h \ tagTracker.h \ utf8.h \ utils.h \ @@ -147,6 +149,7 @@ mpd_SOURCES = \ tag.c \ tag_pool.c \ tag_id3.c \ + tag_print.c \ tagTracker.c \ utils.c \ volume.c \ -- cgit v1.2.3