diff options
author | Max Kellermann <max@duempel.org> | 2015-08-24 11:40:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-24 11:40:25 +0200 |
commit | f3661b19c08ecfce952ab6db25cf27f346cb3b7f (patch) | |
tree | 49eb4d0a8f60172f57c6e34664ac7ca070f68ea3 /Makefile.am | |
parent | 2f5106c97f7c3c198650b1b6951b71c5d492aaa7 (diff) | |
download | mpd-f3661b19c08ecfce952ab6db25cf27f346cb3b7f.tar.gz mpd-f3661b19c08ecfce952ab6db25cf27f346cb3b7f.tar.xz mpd-f3661b19c08ecfce952ab6db25cf27f346cb3b7f.zip |
tag/Settings: move typedef tag_mask_t to Mask.hxx
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 dc641391b..b6b351268 100644 --- a/Makefile.am +++ b/Makefile.am @@ -818,6 +818,7 @@ libtag_a_SOURCES =\ src/tag/TagBuilder.cxx src/tag/TagBuilder.hxx \ src/tag/TagItem.hxx \ src/tag/TagHandler.cxx src/tag/TagHandler.hxx \ + src/tag/Mask.hxx \ src/tag/Settings.cxx src/tag/Settings.hxx \ src/tag/TagConfig.cxx src/tag/TagConfig.hxx \ src/tag/TagNames.c \ |