diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c26c2347b..14cea53a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,6 @@ mpd_headers = \ src/replay_gain_info.h \ src/TimePrint.cxx src/TimePrint.hxx \ src/stats.h \ - src/tag.h \ src/tag_internal.h \ src/Timer.hxx \ src/mpd_error.h @@ -217,7 +216,7 @@ src_mpd_SOURCES = \ src/StateFile.cxx src/StateFile.hxx \ src/Stats.cxx \ src/TagType.h \ - src/Tag.cxx \ + src/Tag.cxx src/Tag.hxx \ src/TagTable.hxx \ src/TagNames.c \ src/TagPool.cxx src/TagPool.hxx \ |