From e1be13d8b50a6e91c87eef9fea3023b2a1d4ef94 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 19 Oct 2012 11:21:55 +0200 Subject: [PATCH] lib/Makefile.am: whitespace fix Signed-off-by: Alon Levy --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 69edc1b0..b6198b67 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,8 @@ dist_libwebsockets_la_SOURCES=libwebsockets.c \ extension.c \ extension-deflate-stream.c extension-deflate-stream.h \ private-libwebsockets.h - + + if EXT_GOOGLE_MUX dist_libwebsockets_la_SOURCES += extension-x-google-mux.c extension-x-google-mux.h endif