diff options
author | Max Kellermann <max@musicpd.org> | 2017-05-23 00:03:06 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-06-08 22:13:47 +0200 |
commit | 613dd67784798434b611d88647a6b060b0abce14 (patch) | |
tree | 2eddfa64f72ded03201a85be0feb1d6b98c5d9cf /Makefile.am | |
parent | 58683f02ec5aef961dd628ece94b29e171f14132 (diff) |
output/Internal: move the AudioOutputSource to struct AudioOutputControl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fd14b6187..82bba2cdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1370,7 +1370,6 @@ OUTPUT_LIBS = \ OUTPUT_API_SRC = \ src/output/Client.hxx \ src/output/OutputAPI.hxx \ - src/output/Internal.cxx \ src/output/Internal.hxx \ src/output/Wrapper.hxx \ src/output/Registry.cxx src/output/Registry.hxx \ |