From 4a2b315ab6bcf9afc0718be980915870a4ee8f1f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2009 16:44:41 +0100 Subject: tag: moved APE code to tag_ape.c --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7316a6539..613f9ef2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,6 +120,7 @@ mpd_headers = \ src/tag.h \ src/tag_internal.h \ src/tag_pool.h \ + src/tag_ape.h \ src/tag_id3.h \ src/tag_print.h \ src/tag_save.h \ @@ -209,6 +210,7 @@ src_mpd_SOURCES = \ src/tag_pool.c \ src/tag_print.c \ src/tag_save.c \ + src/tag_ape.c \ src/strset.c \ src/uri.c \ src/utils.c \ -- cgit v1.2.3