From 8c581eca4d20e4d9897d236a161146e9b562bf23 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 30 May 2010 22:39:09 +0200 Subject: tag_ape: move table lookup to tag_table.h Allow code sharing. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 49b1f46e9..f154b5c26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -192,6 +192,7 @@ mpd_headers = \ src/tag.h \ src/tag_internal.h \ src/tag_pool.h \ + src/tag_table.h \ src/tag_ape.h \ src/tag_id3.h \ src/tag_print.h \ -- cgit v1.2.3