From e4d640d4a3c9d1404c4395d2b08c5f7d933ac34b 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 69edc1b..b6198b6 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 -- 2.7.4