From 84e037631da0cf7e3d7099c566a181a2d506ed4c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Oct 2010 20:37:18 +0200 Subject: output/httpd: use the new server_socket library --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5d670ef73..f14cafb65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -998,6 +998,7 @@ if HAVE_LIBSAMPLERATE test_run_convert_SOURCES += src/pcm_resample_libsamplerate.c endif +test_run_output_CFLAGS = $(AM_CFLAGS) $(MPD_CFLAGS) test_run_output_CPPFLAGS = $(AM_CPPFLAGS) \ $(ENCODER_CFLAGS) \ $(OUTPUT_CFLAGS) @@ -1033,6 +1034,7 @@ test_run_output_SOURCES = test/run_output.c \ src/replay_gain_info.c \ src/replay_gain_config.c \ src/fd_util.c \ + src/server_socket.c \ $(OUTPUT_SRC) test_read_mixer_CPPFLAGS = $(AM_CPPFLAGS) \ -- cgit v1.2.3