瀏覽代碼

Fixed filename typo

Tatsuhiro Tsujikawa 13 年之前
父節點
當前提交
9f892d92f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deps/wslay/lib/Makefile.am

+ 1 - 1
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 \