From 9cce1d749a8ad8b3792881f16dbc4b1ddea49d1f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 May 2010 22:56:42 +0200 Subject: output/win32: new output plugin for Windows Wave --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3