blob: 4db463b6ce440a4c21174a20d32b28920126e3d9 [file] [log] [blame]
lib_LTLIBRARIES=libwebsockets.la
include_HEADERS=libwebsockets.h
dist_libwebsockets_la_SOURCES=libwebsockets.c \
handshake.c \
parsers.c \
libwebsockets.h \
base64-decode.c \
private-libwebsockets.h
libwebsockets_la_CFLAGS=-Wall -Werror -std=gnu99 -pedantic -rdynamic -fPIC -c
libwebsockets_la_LDFLAGS=-version-info 0:2 -lcrypto
all-local:
../scripts/kernel-doc -html \
libwebsockets.c \
parsers.c \
libwebsockets.h \
> ../libwebsockets-api-doc.html