diff options
author | Max Kellermann <max@musicpd.org> | 2016-11-24 16:40:47 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-11-24 17:34:57 +0100 |
commit | 4f229c254c5a99a95e080ec3e3c429990f29a41d (patch) | |
tree | eafcec6131a70f1f07110300f4428904ce6b2e0b /Makefile.am | |
parent | 25e58df5e07c3eb878d48ac58780d56f2ecdd565 (diff) |
ReplayGainInfo: move enum ReplayGainMode to separate header
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 b73efecb0..08540966f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -853,6 +853,7 @@ libbasic_a_SOURCES = \ src/CheckAudioFormat.cxx src/CheckAudioFormat.hxx \ src/AudioFormat.cxx src/AudioFormat.hxx \ src/AudioParser.cxx src/AudioParser.hxx \ + src/ReplayGainMode.hxx \ src/ReplayGainInfo.cxx src/ReplayGainInfo.hxx # configuration library |