lib/Makefile.am: whitespace fix

Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
Alon Levy 2012-10-19 11:21:55 +02:00 committed by Andy Green
parent 3147b027fd
commit e1be13d8b5

View file

@ -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