diff options
author | Max Kellermann <max@duempel.org> | 2010-06-30 21:18:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-06-30 21:18:27 +0200 |
commit | 5092eaf1ccf7785c70d21a814f44a4b9437f63c0 (patch) | |
tree | 7668a989c6c1ebc45e48438e35fc652286842adf /Makefile.am | |
parent | 9328558fc7245613a620ea77e26d19861a23f1ce (diff) | |
download | mpd-5092eaf1ccf7785c70d21a814f44a4b9437f63c0.tar.gz mpd-5092eaf1ccf7785c70d21a814f44a4b9437f63c0.tar.xz mpd-5092eaf1ccf7785c70d21a814f44a4b9437f63c0.zip |
tag_ape: move table lookup to tag_table.h
Allow code sharing.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6e7827785..083c72a5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,6 +142,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 \ |