aboutsummaryrefslogtreecommitdiff
path: root/src/network/websocket/Makefile
blob: f3d9d4127048f647be1b86ec9546839932ed991c (plain)
1
2
3
4
5
6
7
8
9
SRCS=WebSocket.cpp \
     WebSocketManager.cpp \
     WebSocketV8.cpp \
     WebSocketV13.cpp \

LIB=websocket.a

include ../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))