Add missing .h files to sources.
This commit is contained in:
parent
4ed9bb8288
commit
4e6fe90030
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ dist_libwebsockets_la_SOURCES=libwebsockets.c \
|
|||
base64-decode.c \
|
||||
client-handshake.c \
|
||||
extension.c \
|
||||
extension-deflate-stream.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
|
||||
dist_libwebsockets_la_SOURCES += extension-x-google-mux.c extension-x-google-mux.h
|
||||
endif
|
||||
|
||||
if LIBCRYPTO
|
||||
|
|
Loading…
Add table
Reference in a new issue