From 9f892d92f38561c58cdf59c61fed674b6648800a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 24 Mar 2012 21:06:29 +0900 Subject: [PATCH] Fixed filename typo --- deps/wslay/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/wslay/lib/Makefile.am b/deps/wslay/lib/Makefile.am index 4a3976484..36e5960ca 100644 --- a/deps/wslay/lib/Makefile.am +++ b/deps/wslay/lib/Makefile.am @@ -35,7 +35,7 @@ OBJECTS = wslay_frame.c wslay_event.c\ wslay_queue.c wslay_net.c HFILES = wslay_frame.h wslay_event.h\ - wslay_queue.h wlsay_net.h + wslay_queue.h wslay_net.h libwslay_la_SOURCES = $(HFILES) $(OBJECTS) libwslay_la_LDFLAGS = -no-undefined \