introduce-client-support.patch
[profile/ivi/libwebsockets.git] / lib / Makefile.am
index 4db463b..fb0f239 100644 (file)
@@ -5,6 +5,7 @@ dist_libwebsockets_la_SOURCES=libwebsockets.c \
                                parsers.c \
                                libwebsockets.h \
                                base64-decode.c \
+                               client-handshake.c \
                                private-libwebsockets.h
 libwebsockets_la_CFLAGS=-Wall -Werror -std=gnu99 -pedantic -rdynamic -fPIC -c
 libwebsockets_la_LDFLAGS=-version-info 0:2 -lcrypto
@@ -13,6 +14,7 @@ all-local:
         ../scripts/kernel-doc -html \
                 libwebsockets.c \
                parsers.c \
+               client-handshake.c \
                 libwebsockets.h \
                        > ../libwebsockets-api-doc.html