소스 검색

fixed enet building on mingw

eihrul 16 년 전
부모
커밋
5f50ac3c75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -1,5 +1,5 @@
 lib_LIBRARIES = libenet.a
 libenet_a_SOURCES = host.c list.c callbacks.c packet.c peer.c protocol.c unix.c win32.c
-INCLUDES = -Iinclude/
+INCLUDES = -Iinclude
 
 SUBDIRS = include