summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-10-19 11:21:55 +0200
committerAndy Green <andy.green@linaro.org>2012-10-19 18:27:01 +0800
commite1be13d8b50a6e91c87eef9fea3023b2a1d4ef94 (patch)
treed76dec994091d0a69d710f733c015154db3c127c
parent3147b027fdb76cbddd25fba3fc348daa69a3af59 (diff)
lib/Makefile.am: whitespace fix
Signed-off-by: Alon Levy <alevy@redhat.com>
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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