diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e70b5df04..dd991f2f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,6 @@ mpd_headers = \ src/stats.h \ src/tag.h \ src/tag_internal.h \ - src/tag_table.h \ src/Timer.hxx \ src/mpd_error.h @@ -222,6 +221,7 @@ src_mpd_SOURCES = \ src/StateFile.cxx src/StateFile.hxx \ src/Stats.cxx \ src/Tag.cxx \ + src/TagTable.hxx \ src/TagNames.c \ src/TagPool.cxx src/TagPool.hxx \ src/TagPrint.cxx src/TagPrint.hxx \ |