diff options
author | Max Kellermann <max@duempel.org> | 2010-05-18 22:56:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-05-20 09:33:05 +0200 |
commit | 9cce1d749a8ad8b3792881f16dbc4b1ddea49d1f (patch) | |
tree | 2cfe44b278a6f4d6d0093e99186036dddba7fa07 /Makefile.am | |
parent | ed0b48040c41d2080e4abaa311a158d7115ef842 (diff) | |
download | mpd-9cce1d749a8ad8b3792881f16dbc4b1ddea49d1f.tar.gz mpd-9cce1d749a8ad8b3792881f16dbc4b1ddea49d1f.tar.xz mpd-9cce1d749a8ad8b3792881f16dbc4b1ddea49d1f.zip |
output/win32: new output plugin for Windows Wave
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c07493f7b..49b1f46e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -720,6 +720,10 @@ if ENABLE_SOLARIS_OUTPUT OUTPUT_SRC += src/output/solaris_output_plugin.c endif +if ENABLE_WIN32_OUTPUT +OUTPUT_SRC += src/output/win32_output_plugin.c +endif + # # Playlist plugins |