diff options
author | Patryk HachuĊa <hahiserw@gmail.com> | 2018-02-05 17:13:00 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-02-25 09:50:03 +0100 |
commit | 1628d801f9534ab33a711d337cdd691dca2c5710 (patch) | |
tree | 2cd898e2769fe9a897b7c67acf13ac7422df4ed2 /Makefile.am | |
parent | 1fb358249b2a4f63d82103348d2904fcef608353 (diff) |
playlist/Queue: add one-shot to single mode
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 030455ca2..50832a17f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -947,6 +947,7 @@ endif libbasic_a_SOURCES = \ src/ReplayGainConfig.hxx \ src/ReplayGainMode.cxx src/ReplayGainMode.hxx \ + src/SingleMode.cxx src/SingleMode.hxx \ src/ReplayGainInfo.cxx src/ReplayGainInfo.hxx # configuration library |