introduce-client-support.patch
[profile/ivi/libwebsockets.git] / lib / Makefile.am
1 lib_LTLIBRARIES=libwebsockets.la
2 include_HEADERS=libwebsockets.h
3 dist_libwebsockets_la_SOURCES=libwebsockets.c \
4                                 handshake.c \
5                                 parsers.c \
6                                 libwebsockets.h \
7                                 base64-decode.c \
8                                 client-handshake.c \
9                                 private-libwebsockets.h
10 libwebsockets_la_CFLAGS=-Wall -Werror -std=gnu99 -pedantic -rdynamic -fPIC -c
11 libwebsockets_la_LDFLAGS=-version-info 0:2 -lcrypto
12
13 all-local:
14          ../scripts/kernel-doc -html \
15                 libwebsockets.c \
16                 parsers.c \
17                 client-handshake.c \
18                 libwebsockets.h \
19                         > ../libwebsockets-api-doc.html
20