diff options
author | Max Kellermann <max@musicpd.org> | 2017-10-26 11:15:01 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-10-26 11:15:01 +0200 |
commit | b7e035b6f31706c89749cafabb875d776b7af863 (patch) | |
tree | 0d36075d99dedaf3c98ab5265023af6872496ec7 /Makefile.am | |
parent | 890f1f5928188bb566ea9f85f8862c61d9a06940 (diff) |
output/alsa: move AlsaSetupHw() to lib/alsa/HwSetup.cxx
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 635802241..0041320b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -258,6 +258,7 @@ UPNP_SOURCES = \ ALSA_SOURCES = \ src/lib/alsa/Version.cxx src/lib/alsa/Version.hxx \ + src/lib/alsa/HwSetup.cxx src/lib/alsa/HwSetup.hxx \ src/lib/alsa/Format.hxx \ src/lib/alsa/PeriodBuffer.hxx \ src/lib/alsa/NonBlock.cxx src/lib/alsa/NonBlock.hxx |