break-out-lib-sources.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                                 md5.c \
7                                 libwebsockets.h \
8                                 private-libwebsockets.h
9 libwebsockets_la_CFLAGS=-rdynamic -fPIC -c
10 libwebsockets_la_LDFLAGS=-version-info 0:1
11
12 all-local:
13          ../scripts/kernel-doc -html \
14                 libwebsockets.c \
15                 parsers.c \
16                 ../test-server/test-server.c \
17                         > ../libwebsockets-api-doc.html
18